Tag Object
The Tag object is a member of a collection returned by the TagExtractor.TagCollection method, TagExtractor.TagCollectionEx method, or represented by a TagExtractor.TagIterator object described in TagIterator Object.
The Tag object provides the following properties.
The value of the drawing tag.
Syntax
Tag As String
Example
Dim TagValue
TagValue = Tag.Tag
The type of the drawing tag.
Syntax
TagType As String
Example
Dim TagType
TagType = Tag.TagType
A collection of the blocks in the current drawing that contains the tag represented by the current Tag object.
Syntax
BlockList As Object
Remarks
Each block in the collection has only one (string) property: BlockName.
Example
Dim Blocks
Blocks = Tag.BlockList
A collection of the tag proxy objects in the current vault that represent the current Tag object.
Syntax
ObjectList As Object
Remarks
This collection is typically empty or contains only one tag proxy object. Each tag proxy object has only one (string) property: ObjectID that corresponds to the Meridian document ID property.
Example
Dim TagObjects
TagObjects = Tag.ObjectList