Share

SurfaceBuildOptions.ExecludeMinimumElevation Property

Gets or sets whether an elevation less than the minimum value specified by MinimumElevation should be excluded when the surface is built.



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

Syntax

C#

public bool ExecludeMinimumElevation { get; set; }

VB

Public Property ExecludeMinimumElevation As Boolean
	Get
	Set

C++

public:
property bool ExecludeMinimumElevation {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

Exceptions

ExceptionCondition
InvalidOperationException Thrown when:
  1. Change ExecludeMinimumElevation value on a TinVolumeSurface/GridVolumeSurface.
  2. Change ExecludeMinimumElevation value on a surface that is imported from Tin or XML file.

Remarks

The ExcludeMinimumElevation and ExcludeMaximumElevation settings are not applicable to surfaces created by importing a TIN or LandXML file.

See Also

Reference

Was this information helpful?