SurfaceSimplifyOptionsUseMaximumChangeInElevation Property |
Gets or sets whether to use maximum change in elevation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool UseMaximumChangeInElevation { get; set; }
Public Property UseMaximumChangeInElevation As Boolean
Get
Set
public:
property bool UseMaximumChangeInElevation {
bool get ();
void set (bool value);
}
Property Value
Boolean
Remarks
This option only takes effect when SimplifyMethod is SurfaceSimplifyType::PointBased.
See Also