AlignmentArcReverseCurve Property |
Gets a bool value that specifies whether the curve entity is a reverse curve.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic bool ReverseCurve { get; }Public ReadOnly Property ReverseCurve As Boolean
Get
public:
property bool ReverseCurve {
bool get ();
}Property Value
Boolean
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the property gets an invalid value according to the entity's constraint type.
|
See Also