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.8.0.292
Syntaxpublic SpiralDirectionType Direction { get; }
Public ReadOnly Property Direction As SpiralDirectionType
Get
public:
property SpiralDirectionType Direction {
SpiralDirectionType get ();
}
Property Value
SpiralDirectionType
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the property gets an invalid value according to the entity's constraint type.
|
See Also