Click or drag to resize

CMVIEWSetPlaneSurface Method

Set 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 SetPlaneSurface(
	int plane,
	string surface
)

public void SetPlaneSurface(
	int plane,
	string surface
)

Parameters

plane
Type: SystemInt32
Plane index
surface
Type: SystemString
Optional surface image/grid name, can be empty
See Also