StormWaterControlLocation Property |
Gets or sets the location. Normally, it would be the top boundary centroid point (Mean Center).
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic virtual Point3d Location { get; set; }Public Overridable Property Location As Point3d
Get
Set
public:
virtual property Point3d Location {
Point3d get ();
void set (Point3d value);
}Property Value
Point3d
See Also