ProfilePVIStation Property |
Note: This API is now obsolete.
Gets or sets the station value of the PVI.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use Property RawStation instead.", false)]
public double Station { get; set; }
<ObsoleteAttribute("Use Property RawStation instead.", false)>
Public Property Station As Double
Get
Set
public:
[ObsoleteAttribute(L"Use Property RawStation instead.", false)]
property double Station {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- The value of the new PVI station is less than or equal to the begin station of the prvious PVI.
- The value of the new PVI station is greater than or equal to the end station of next PVI.
|
Remarks
Note that when station equation exists, get function returns raw station;
set function sets newValue as raw station if no Civil UI is launched; while it sets as derived station if Civil UI is launched, use property RawStation::set to set raw station.
See Also