SurfaceSimplifyOptionsUserSpecifiedPolygonRegion Property |
Gets or sets the region within the surface to apply the simplification to.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point3dCollection UserSpecifiedPolygonRegion { get; set; }
Public Property UserSpecifiedPolygonRegion As Point3dCollection
Get
Set
public:
property Point3dCollection^ UserSpecifiedPolygonRegion {
Point3dCollection^ get ();
void set (Point3dCollection^ value);
}
Property Value
Point3dCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- Points cannot build a polygon region.
- Getting this property when RegionOption is SurfaceSimplifyRegionType.SurfaceBorder.
|
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.
See Also