 | 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
Syntaxpublic CMULTIGRID3D Duplicate(
string name
)
public CMULTIGRID3D Duplicate(
string name
)
Public Function Duplicate (
name As String
) As CMULTIGRID3D
Public Function Duplicate (
name As String
) As CMULTIGRID3D
public:
CMULTIGRID3D^ Duplicate(
String^ name
)
public:
CMULTIGRID3D^ Duplicate(
String^ name
)
member Duplicate :
name : string -> CMULTIGRID3D
member Duplicate :
name : string -> CMULTIGRID3D
Parameters
- name
- Type: SystemString
File Name
Return Value
Type:
CMULTIGRID3DMULTIGRID3D handle, terminates if creation fails
See Also