Click or drag to resize

CMVIEWSetPlaneSurfInfo Method

Set the surface information

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

public void SetPlaneSurfInfo(
	int plane,
	int sample,
	double base,
	double scale,
	double min,
	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