STAEMAddIn.SelectObjects
Syntax | Parameters | Return Value |
---|---|---|
Function STAEMAddIn.SelectObjects( _ caption As String, _ types As SelectObjectType, _ flags As SelectObjectFlags, _ v As Variant, _ hwndParent As Long, _ ByRef objectArray As Variant, _ ByRef typesArray As Variant) As Boolean |
The caption for the selection dialog. Type: String The types of objects that can be selected. Type: SelectObjectType Additional flags for what can be selected. Type: SelectObjectFlags Type: Variant The handle to the parent window. Can be 0. Type: Long The resulting objects that was selected by the user. Type: Variant The resulting list of object types corresponding to what was selected by the user. Type: Variant |
Boolean |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.