ProfilePVIRawStation Property |
Gets or sets the raw station value of the PVI.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double RawStation { get; set; }
Public Property RawStation As Double
Get
Set
public:
property double RawStation {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- The value of the new PVI station is out of range of alignment's start and end station.
- No solution is found for the input raw sation.
|
See Also