Gets or sets the region within the surface to apply the simplification to.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public Point3dCollection UserSpecifiedPolygonRegion { get; set; }
Visual Basic
Public Property UserSpecifiedPolygonRegion As Point3dCollection
Get
Set
Visual C++
public: property Point3dCollection^ UserSpecifiedPolygonRegion { Point3dCollection^ get (); void set (Point3dCollection^ value); }
Remarks
A user specified region only takes effect when RegionOption is SurfaceSimplifyRegionType.UserSpecified.
The polygon region must be closed: the last point should be identical to the first point.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException |
Thrown when:
|