Gets the position of the network part connection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1276
Syntax
C#
public Point3d Position { get; }
VB
Public ReadOnly Property Position As Point3d Get
C++
public: property Point3d Position { Point3d get (); }
