SurfaceSimplifyOptionsUserSpecifiedPolygonRegion Property

Gets or sets the region within the surface to apply the simplification to.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public Point3dCollection UserSpecifiedPolygonRegion { get; set; }

Property Value

Point3dCollection
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  1. Points cannot build a polygon region.
  2. 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