Click or drag to resize

C3DNIGetRenderControls Method (Int32, Int32, String, String, String)

Get the rendering controls

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

public void IGetRenderControls(
	ref int box,
	ref int axis,
	ref string label_x,
	ref string label_y,
	ref 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