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