Location.Element

Syntax

Location.Element

Data Type

PropertyObjectElements

Use the following constants with this data type:

  • 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.

Purpose

Specifies a part of the property object which the Location.PropertyPath property specifies.

See Also

Location.PropertyPath

PropertyObject.Comment

PropertyObject.GetFlags

PropertyObject.Name

PropertyObject.NumericFormat

PropertyObject.SetFlags