| Revit 2022.1 API |
| FabricTagComponentReference Enumeration |
| See Also |
How FabricSheet tag text will be aligned to the FabricSheet symbol.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public enum FabricTagComponentReference |
| Visual Basic |
|---|
Public Enumeration FabricTagComponentReference |
| Visual C++ |
|---|
public enum class FabricTagComponentReference |
Members
| Member name | Description |
|---|---|
| MajorAxis | Tag and Leader will reference the symbol major direction axis. |
| MinorAxis | Tag and Leader will reference the symbol minor direction axis. |
| Diagonal | Tag and Leader will reference the symbol diagonal. |
| Intersection | Tag and Leader will reference the intersection of the major and minor axes. |