SurfaceDefinitionDEMFilesAddDEMFile(String) Method |
Adds DEM file data to a surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceOperationAddDEMFile AddDEMFile(
string filename
)
Public Function AddDEMFile (
filename As String
) As SurfaceOperationAddDEMFile
public:
SurfaceOperationAddDEMFile^ AddDEMFile(
String^ filename
)
Parameters
- filename String
- The name and path of an existing DEM file.
Return Value
SurfaceOperationAddDEMFile
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the DEM file is invalid.
|
See Also