PropertyObjectType.IsObject

Syntax

PropertyObjectType.IsObject

Data Type

Boolean

Purpose

This property is False for array elements that do not have an associated PropertyObject . You can acquire a PropertyObject to these elements through methods such as the PropertyObject.GetPropertyObject method. However, the PropertyObject TestStand returns is an alias to the element that internally accesses the element through the array and a lookup string.

Remarks

PropertyObjects that are not objects do not store a value for the PropertyObject.Name , PropertyObject.Comment , or PropertyObject.NumericFormat properties.

See Also

PropertyObject

PropertyObject.Comment

PropertyObject.GetPropertyObject

PropertyObject.Name

PropertyObject.NumericFormat