SurfaceDefinitionDEMFilesAddDEMFile(String) Method

Adds DEM file data to a surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationAddDEMFile AddDEMFile(
	string filename
)

Parameters

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

Return Value

SurfaceOperationAddDEMFile
Exceptions
ExceptionCondition
ArgumentException Thrown when the DEM file is invalid.
See Also