FabricTagComponentReference Enumeration

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

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