Share

PressurePart.Position Property

Gets or sets the position of the network part.



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

Syntax

C#

public virtual Point3d Position { get; set; }

VB

Public Overridable Property Position As Point3d
	Get
	Set

C++

public:
virtual property Point3d Position {
	Point3d get ();
	void set (Point3d value);
}

Property Value

Point3d

See Also

Reference

Was this information helpful?