Click or drag to resize

CMVIEWGetPlaneSurfInfo Method

Get the surface information

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetPlaneSurfInfo(
	int plane,
	ref int sample,
	ref double base,
	ref double scale,
	ref double min,
	ref double max
)

public void GetPlaneSurfInfo(
	int plane,
	ref int sample,
	ref double base,
	ref double scale,
	ref double min,
	ref double max
)

Parameters

plane
Type: SystemInt32
Plane index
sample
Type: SystemInt32
Sample rate (>=1)
base
Type: SystemDouble
Base
scale
Type: SystemDouble
Scale
min
Type: SystemDouble
Min
max
Type: SystemDouble
Max
See Also