PressurePipeCenterPointLocation Property |
Gets the center point location (easting,northing) of the pressure pipe object.
If the property does not exist for this part, an exception will be thrown
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic Point3d CenterPointLocation { get; }
Public ReadOnly Property CenterPointLocation As Point3d
Get
public:
property Point3d CenterPointLocation {
Point3d get ();
}
Property Value
Point3d
See Also