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
  • caption [in]

The caption for the selection dialog.

Type: String

  • types [in]

The types of objects that can be selected.

Type: SelectObjectType

  • flags [in]

Additional flags for what can be selected.

Type: SelectObjectFlags

  • v [in]

Type: Variant

  • hwndParent [in]

The handle to the parent window. Can be 0.

Type: Long

  • objectArray [in]

The resulting objects that was selected by the user.

Type: Variant

  • typesArray [out]

The resulting list of object types corresponding to what was selected by the user.

Type: Variant

Boolean