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.280
Syntax
C#
public Point3dCollection UserSpecifiedPolygonRegion { get; set; }
VB
Public Property UserSpecifiedPolygonRegion As Point3dCollection Get Set
C++
public: property Point3dCollection^ UserSpecifiedPolygonRegion { Point3dCollection^ get (); void set (Point3dCollection^ value); }
Property Value
Point3dCollectionExceptions
Exception | Condition |
---|---|
ArgumentException |
Thrown when:
|