Gets or sets the position of the network part.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.3.1717.0
Syntax
C#
public virtual Point3d Position { get; set; }
Visual Basic
Public Overridable Property Position As Point3d
Get
Set
Visual C++
public: virtual property Point3d Position { Point3d get (); void set (Point3d value); }