Gets the default option by which surfaces will be simplified.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<SurfaceRegionOptionsType> RegionOptions { get; }
VB
Public ReadOnly Property RegionOptions As PropertyEnum(Of SurfaceRegionOptionsType) Get
C++
public: property PropertyEnum<SurfaceRegionOptionsType>^ RegionOptions { PropertyEnum<SurfaceRegionOptionsType>^ get (); }