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