GetPropertyValue method
Returns the value of the specified property.
Syntax
PropertyValue = Tag
.GetPropertyValue
(PropertyID
)where
PropertyValue
– is a variable of the type Variant that will be set to the specified property value.Tag
– is the name of a Tag object or an expression that evaluates to a Tag object.PropertyID
– is a constant of the type tagPropertyIDConstants that specifies the property to be read.Remarks
- Property identifiers for Tag objects are constants of the type tagPropertyIDConstants.
- If the requested property ID does not exist, the error tagErrorPropertyNotSupported is raised.
- If the requested property cannot be read for any other reason, the error tagErrorOperationFailed is raised.
Provide Feedback