SurfaceBuildOptionsExecludeMaximumElevation Property |
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.8.0.292
Syntaxpublic bool ExecludeMaximumElevation { get; set; }
Public Property ExecludeMaximumElevation As Boolean
Get
Set
public:
property bool ExecludeMaximumElevation {
bool get ();
void set (bool value);
}
Property Value
Boolean
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when:
- Change ExecludeMaximumElevation value on a TinVolumeSurface/GridVolumeSurface.
- Change ExecludeMaximumElevation 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