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
BooleanExceptions
Exception | Condition |
---|---|
InvalidOperationException |
Thrown when:
|