Gets or sets the region within the surface to apply the simplification to.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when:
- Points cannot build a polygon region.
- Getting this property when RegionOption is SurfaceSimplifyRegionType.SurfaceBorder.
|
See Also