Click or drag to resize

CMULTIGRID3DDuplicate Method

Creates an MULTIGRID3D with identical geometry to the input

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public CMULTIGRID3D Duplicate(
	string name
)

public CMULTIGRID3D Duplicate(
	string name
)

Parameters

name
Type: SystemString
File Name

Return Value

Type: CMULTIGRID3D
MULTIGRID3D handle, terminates if creation fails
See Also