PressurePipeStartPoint Property |
Gets or sets the start point of the Pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic Point3d StartPoint { get; set; }
Public Property StartPoint As Point3d
Get
Set
public:
property Point3d StartPoint {
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