AlignmentSubEntitySpiralDirection Property |
Gets the AeccAlignmentSpiralDirectionType enum value that specifies the curve direction as either left or right.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic SpiralDirectionType Direction { get; }Public ReadOnly Property Direction As SpiralDirectionType
Get
public:
property SpiralDirectionType Direction {
SpiralDirectionType get ();
}Property Value
SpiralDirectionType
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the property gets an invalid value according to the entity's constraint type.
|
See Also