InsertionPointStation Property

Gets the insertion point station of the Pressure Appurtenance object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.3.1717.0

Syntax

C#

public double InsertionPointStation { get; }

Visual Basic

Public ReadOnly Property InsertionPointStation As Double
	Get

Visual C++

public:
property double InsertionPointStation {
	double get ();
}

See Also