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.

ClosedTag Object Properties

The Tag object provides the following properties.

ClosedTag Property

The value of the drawing tag.

Syntax

Tag As String

Example

Dim TagValue
TagValue = Tag.Tag

ClosedTagType Property

The type of the drawing tag.

Syntax

TagType As String

Example

Dim TagType
TagType = Tag.TagType

ClosedBlockList Property

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

ClosedObjectList Property

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

2021 R2