Click or drag to resize

CMVIEWDrawSurface3DFromFile Method

Draw a 3D object from a surface file

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void DrawSurface3DFromFile(
	string group_name,
	string surface_file
)

public void DrawSurface3DFromFile(
	string group_name,
	string surface_file
)

Parameters

group_name
Type: SystemString
Group name
surface_file
Type: SystemString
Surface file
See Also