PropertyObject.GetInstanceDefaultFlags
- Updated2024-10-09
- 1 minute(s) read
PropertyObject.GetInstanceDefaultFlags
Syntax
PropertyObject.GetInstanceDefaultFlags( lookupString, options)
Return Value
Default flags of the type.
Purpose
Returns the default flags for instances of the type the lookupString parameter specifies.
Remarks
This method is valid only for type definitions .
The type instance default flags are the initial flags instances of the type have when they are created. If the corresponding instance override flag is set, the value for that flag as defined in the instance default flag will always be the value in the instance of the type and cannot be changed in that instance.
Parameters
lookupString As String
[In] Pass an empty string to denote the PropertyObject to which the method applies, or pass the name of a subproperty within the PropertyObject. You can also pass lookup strings to this parameter.
options As Long
[In] Pass 0 to specify the default behavior, or pass one or more PropertyOptions constants. Use the bitwise-OR operator to specify multiple options.
See Also
PropertyObject.DisplayFlagsDialog
PropertyObject.GetInstanceOverrideFlags
PropertyObject.IsTypeDefinition
PropertyObject.SetInstanceDefaultFlags
Thread Safety of the PropertyObject API and TestStand Variables