GridSurfaceCreateFromDEM(Database, String) Method |
Creates a new instance of a GridSurface from a DEM file and adds it to the specified database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic static ObjectId CreateFromDEM(
Database database,
string DEMFileName
)
Public Shared Function CreateFromDEM (
database As Database,
DEMFileName As String
) As ObjectId
public:
static ObjectId CreateFromDEM(
Database^ database,
String^ DEMFileName
)
Parameters
- database Database
- The database where the new GridSurface is created.
- DEMFileName String
- The path of the DEM file.
Return Value
ObjectId
Exceptions
Remarks
The default surface style is applied to the new GridSurface object.
See Also