MultiReferenceAnnotation.TagId Property

MultiReferenceAnnotationTagId Property

The child IndependentTag owned by this multi-reference annotation.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId TagId { get; }
Public ReadOnly Property TagId As ElementId
	Get
public:
property ElementId^ TagId {
	ElementId^ get ();
}
member TagId : ElementId with get

Property Value

ElementId
See Also