AlignmentSubEntitySpiralShortTangent Property |
Gets the spiral short tangent.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic double ShortTangent { get; }Public ReadOnly Property ShortTangent As Double
Get
public:
property double ShortTangent {
double get ();
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the property gets an invalid value according to the entity's constraint type.
|
See Also