EndStation Property

EndStation for the report

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

Syntax

C#

public double EndStation { get; set; }

Visual Basic

Public Property EndStation As Double
	Get
	Set

Visual C++

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

See Also