Click or drag to resize

CMVIEWGetPlaneSurface Method (Int32, String, Int32)

Get the surface image of a plane

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetPlaneSurface(
	int plane,
	ref string surface,
	int surface_size
)

public void GetPlaneSurface(
	int plane,
	ref string surface,
	int surface_size
)

Parameters

plane
Type: SystemInt32
Plane index
surface
Type: SystemString
Optional surface image/grid name, can be empty
surface_size
Type: SystemInt32
Size of surface image/grid name buffer.
See Also