SettingsCmdSimplifySurfaceSimplifyMethod Property |
Gets the default method by which surfaces will be simplified.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyEnum<SurfaceSimplifyType> SimplifyMethod { get; }
Public ReadOnly Property SimplifyMethod As PropertyEnum(Of SurfaceSimplifyType)
Get
public:
property PropertyEnum<SurfaceSimplifyType>^ SimplifyMethod {
PropertyEnum<SurfaceSimplifyType>^ get ();
}
Property Value
PropertyEnumSurfaceSimplifyType
See Also