AlignmentArcExternalTangent Property |
Gets or sets the AlignmentArc's external tangent.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double ExternalTangent { get; set; }
Public Property ExternalTangent As Double
Get
Set
public:
property double ExternalTangent {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when:
- The property gets an invalid value according to the entity's constraint type.
- You attempt to set the property to an invalid value according to the entity's constraint type.
- The set operation is restricted by the entity's constraint type.
|
See Also