Share

Pipe.EndPoint Property

Gets or sets the endpoint of the Pipe.



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

Syntax

C#

public Point3d EndPoint { get; set; }

VB

Public Property EndPoint As Point3d
	Get
	Set

C++

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

Property Value

Point3d

Remarks

When set, other integrity operations such as break/join/resizing will also be executed.

See Also

Reference

Was this information helpful?