SimplifyMethod Property

Gets the default method by which surfaces will be simplified.

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

Syntax

C#

public PropertyEnum<SurfaceSimplifyType> SimplifyMethod { get; }

Visual Basic

Public ReadOnly Property SimplifyMethod As PropertyEnum(Of SurfaceSimplifyType)
	Get

Visual C++

public:
property PropertyEnum<SurfaceSimplifyType>^ SimplifyMethod {
	PropertyEnum<SurfaceSimplifyType>^ get ();
}

See Also