Gets or sets the start point of the Pipe.

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

Syntax

C#
public Point3d StartPoint { get; set; }
Visual Basic
Public Property StartPoint As Point3d
	Get
	Set
Visual C++
public:
property Point3d StartPoint {
	Point3d get ();
	void set (Point3d value);
}

Remarks

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

See Also