How FabricSheet tag text will be aligned to the FabricSheet symbol.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum FabricTagComponentReference
Members
| Member name | Value | Description |
|---|---|---|
| Diagonal | 2 | Tag and Leader will reference the symbol diagonal. |
| Intersection | 3 | Tag and Leader will reference the intersection of the major and minor axes. |
| MajorAxis | 0 | Tag and Leader will reference the symbol major direction axis. |
| MinorAxis | 1 | Tag and Leader will reference the symbol minor direction axis. |
