AlignmentSubEntitySpiralCurveType Property |
Gets the alignment spiral entity Incurve/Outcurve type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic SpiralCurveType CurveType { get; }Public ReadOnly Property CurveType As SpiralCurveType
Get
public:
property SpiralCurveType CurveType {
SpiralCurveType get ();
}Property Value
SpiralCurveType
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the property gets an invalid value according to the entity's constraint type.
|
See Also