Share

SurfaceDefinitionDEMFiles.AddDEMFile(String) Method

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

SurfaceOperationAddDEMFile

Exceptions

ExceptionCondition
ArgumentException Thrown when the DEM file is invalid.

See Also

Reference

Was this information helpful?