Share

SettingsCmdCreateSurfaceGridFromDEM.SettingsCmdBuildOptions.ElevationLessThan Property

Gets the elevations to exclude when the Exclude Elevations Less Than property is set to Yes.



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

Syntax

C#

public PropertyDouble ElevationLessThan { get; }

VB

Public ReadOnly Property ElevationLessThan As PropertyDouble
	Get

C++

public:
property PropertyDouble^ ElevationLessThan {
	PropertyDouble^ get ();
}

Property Value

PropertyDouble

See Also

Reference

Was this information helpful?