Gets or sets the location of a pond.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic override Point3d Location { get; set; }Public Overrides Property Location As Point3d
Get
Set
public:
virtual property Point3d Location {
Point3d get () override;
void set (Point3d value) override;
}Property Value
Point3d
Exceptions
Remarks
The location corresponds to the centroid of the pond's outer boundary.
See Also