Share

SettingsCmdSimplifySurface.SimplifyMethod Property

Gets the default method by which surfaces will be simplified.



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

Syntax

C#

public PropertyEnum<SurfaceSimplifyType> SimplifyMethod { get; }

VB

Public ReadOnly Property SimplifyMethod As PropertyEnum(Of SurfaceSimplifyType)
	Get

C++

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

Property Value

PropertyEnumSurfaceSimplifyType

See Also

Reference

Was this information helpful?