Gets the position of the network part connection.

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

Syntax

C#
public Point3d Position { get; }
Visual Basic
Public ReadOnly Property Position As Point3d
	Get
Visual C++
public:
property Point3d Position {
	Point3d get ();
}

See Also