ProfilePVIRawStation Property

Gets or sets the raw station value of the PVI.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double RawStation { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  1. The value of the new PVI station is out of range of alignment's start and end station.
  2. No solution is found for the input raw sation.
See Also