Fabric Sheet alignment in the fabric distribution
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2013
Since: 2013
Syntax
| C# |
|---|
public enum FabricSheetAlignment |
| Visual Basic |
|---|
Public Enumeration FabricSheetAlignment |
| Visual C++ |
|---|
public enum class FabricSheetAlignment |
Members
| Member name | Description |
|---|---|
| Null | The fabric sheets are alignment is not set. |
| StartingEdge | The fabric sheets are aligned to starting edge. |
| EndingEdge | The fabric sheets are aligned to ending edge. |
| BothEdges | The fabric sheets are aligned to starting and ending edge. |