Share

ProfilePVI.RawStation Property

Gets or sets the raw station value of the PVI.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public double RawStation { get; set; }

VB

Public Property RawStation As Double
	Get
	Set

C++

public:
property double RawStation {
	double get ();
	void set (double value);
}

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

Reference

Was this information helpful?