Specifies how analytical model is being aligned in space
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public enum AnalyticalAlignmentMethod |
| Visual Basic |
|---|
Public Enumeration AnalyticalAlignmentMethod |
| Visual C++ |
|---|
public enum class AnalyticalAlignmentMethod |
Members
| Member name | Description |
|---|---|
| AutoDetect | Auto-detect projections for analytical model. |
| Projection | Manually set projections for analytical model using projection parameters. |
| ManuallyAdjusted | Reports if analytical model has been manually adjusted, this value can only set internally by Revit. |
| Varies | Alignment types are different at each end. |