FabricTagComponentReference Enumeration

How FabricSheet tag text will be aligned to the FabricSheet symbol.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum FabricTagComponentReference
Members
Member nameValueDescription
Diagonal2 Tag and Leader will reference the symbol diagonal.
Intersection3 Tag and Leader will reference the intersection of the major and minor axes.
MajorAxis0 Tag and Leader will reference the symbol major direction axis.
MinorAxis1 Tag and Leader will reference the symbol minor direction axis.
See Also