Gets or sets a boolean value indicates whether an elevation greater than the maximum value should be excluded when the surface is built.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool ExecludeMaximumElevation { get; set; } |
Visual Basic |
---|
Public Property ExecludeMaximumElevation As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool ExecludeMaximumElevation {
bool get ();
void set (bool value);
} |
Remarks
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when:
- Change ExecludeMaximumElevation value on a TinVolumeSurface/GridVolumeSurface.
- Change ExecludeMaximumElevation value on a surface that is imported from Tin or XML file.
|
See Also