Gets the default method by which surfaces will be simplified.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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 (); } |