PressureFittingLocation Property |
Gets or sets the location.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic Point3d Location { get; set; }
Public Property Location As Point3d
Get
Set
public:
property Point3d Location {
Point3d get ();
void set (Point3d value);
}
Property Value
Point3d
See Also