Share

PressurePartConnection.Position Property

Gets the position of the network part connection.



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

Syntax

C#

public Point3d Position { get; }

VB

Public ReadOnly Property Position As Point3d
	Get

C++

public:
property Point3d Position {
	Point3d get ();
}

Property Value

Point3d

See Also

Reference

Was this information helpful?