PropertyObject.DisplayArrayBoundsDialog
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
PropertyObject.DisplayArrayBoundsDialog
Syntax
PropertyObject.DisplayArrayBoundsDialog( dlgTitle = "", dlgOptions = 0)
Return Value
Returns True if you make modifications and click OK in the dialog box. Returns False if you click Cancel or make no modifications.
Purpose
Launches a dialog box in which you can view and change the bounds of an array object.
Remarks
This method is valid only on array objects. Use this method when you create a new array object.
Use the PropertyObject.DisplayPropertiesDialog method to modify the array bounds and other PropertyObject properties.
Parameters
dlgTitle As String
[In] Specifies the title of the dialog box. Pass an empty string to use the default title for the dialog box.
This parameter has a default value of "" .
dlgOptions As Long
[In] Specifies any combination of the ArrayBoundsDialogOptions constants.
This parameter has a default value of 0 .
See Also
PropertyObject.DisplayPropertiesDialog
Thread Safety of the PropertyObject API and TestStand Variables