Adds DEM file data to a surface.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurfaceOperationAddDEMFile AddDEMFile( string filename )
VB
Public Function AddDEMFile ( filename As String ) As SurfaceOperationAddDEMFile
C++
public: SurfaceOperationAddDEMFile^ AddDEMFile( String^ filename )
Parameters
- filename String
- The name and path of an existing DEM file.
Return Value
SurfaceOperationAddDEMFileExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the DEM file is invalid. |