Adds DEM file data to a surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public SurfaceOperationAddDEMFile AddDEMFile(
	string filename
)
Visual Basic
Public Function AddDEMFile ( _
	filename As String _
) As SurfaceOperationAddDEMFile
Visual C++
public:
SurfaceOperationAddDEMFile^ AddDEMFile(
	String^ filename
)

Parameters

filename
Type: System..::..String
The name and path of an existing DEM file.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the DEM file is invalid.

See Also