PropertyObjectElements
- Updated2024-10-09
- 1 minute(s) read
PropertyObjectElements
Use this enumeration to refer to specific parts of a PropertyObject with methods and properties such as Location.Element and SequenceContext.GetMultipleValues .
- PropertyObjectElement_Attributes –(Value: 7) Specifies the attributes of the PropertyObject , which you access through the PropertyObject.Attributes property.
- PropertyObjectElement_Comment –(Value: 3) Specifies the comment of a PropertyObject, which you access through the PropertyObject.Comment property.
- PropertyObjectElement_Flags –(Value: 4) Specifies the flags of a PropertyObject, which you access through the PropertyObject.GetFlags and PropertyObject.SetFlags methods.
- PropertyObjectElement_Name –(Value: 2) Specifies the name of a PropertyObject, which you access through the PropertyObject.Name property.
- PropertyObjectElement_None –(Value: 0) Does not specify any part of a PropertyObject.
- PropertyObjectElement_NumericFormat –(Value: 5) Specifies the numeric format of a PropertyObject, which you access through the PropertyObject.NumericFormat property.
- PropertyObjectElement_Representation –(Value: 6) Specifies the representation of PropertyObject, which you access with the PropertyObjectType.Representation property.
- PropertyObjectElement_Value –(Value: 1) Specifies the value of a PropertyObject, which you access with GetVal and SetVal methods.