PropertyObject.GetInstanceOverrideFlags

Syntax

PropertyObject.GetInstanceOverrideFlags( lookupString, options)

Return Value

Long

Instance override flags of the type.

Purpose

Returns the flags for which the type determines the value in the instances of the type. Specify the type or a property of the type in the lookupString parameter.

Remarks

This method is valid only for type definitions .

If an 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.

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

PropertyFlags

PropertyObject.DisplayFlagsDialog

PropertyObject.GetFlags

PropertyObject.GetInstanceDefaultFlags

PropertyObject.GetTypeFlags

PropertyObject.IsTypeDefinition

PropertyObject.SetInstanceOverrideFlags

PropertyObject.Type

Thread Safety of the PropertyObject API and TestStand Variables