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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public bool ExecludeMinimumElevation { get; set; }
Visual Basic
Public Property ExecludeMinimumElevation As Boolean
Get
Set
Visual C++
public: property bool ExecludeMinimumElevation { bool get (); void set (bool value); }
Remarks
The ExcludeMinimumElevation and ExcludeMaximumElevation settings are not applicable to surfaces created by importing a TIN or LandXML file.
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException |
Thrown when:
|