Click or drag to resize

C3DNSetRenderControls Method

Set the rendering controls

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetRenderControls(
	int box,
	int axis,
	string label_x,
	string label_y,
	string label_z
)

public void SetRenderControls(
	int box,
	int axis,
	string label_x,
	string label_y,
	string label_z
)

Parameters

box
Type: SystemInt32
Render Bounding Box (0 or 1)
axis
Type: SystemInt32
Render Axis (0 or 1)
label_x
Type: SystemString
Label for X axis
label_y
Type: SystemString
Label for Y axis
label_z
Type: SystemString
Label for Z axis
See Also