InsertionPointOffset Property

Gets the insertion point offset of the Pressure Fitting object.

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

Syntax

C#

public double InsertionPointOffset { get; }

Visual Basic

Public ReadOnly Property InsertionPointOffset As Double
	Get

Visual C++

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

See Also