RegionOptions Property

Gets the default option by which surfaces will be simplified.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public PropertyEnum<SurfaceRegionOptionsType> RegionOptions { get; }

Visual Basic

Public ReadOnly Property RegionOptions As PropertyEnum(Of SurfaceRegionOptionsType)
	Get

Visual C++

public:
property PropertyEnum<SurfaceRegionOptionsType>^ RegionOptions {
	PropertyEnum<SurfaceRegionOptionsType>^ get ();
}

See Also