| Revit 2017.1 API |
| AnalyticalAlignmentMethod Enumeration |
| See Also |
Specifies how analytical model is being aligned in space
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
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. |