Click or drag to resize
C3DNIGetRenderControls Method (Int32, Int32, String, Int32, String, Int32, String, Int32)
Get the rendering controls

Available since Oasis montaj version: 6.3
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void IGetRenderControls(
	ref int box,
	ref int axis,
	ref string label_x,
	int label_size_x,
	ref string label_y,
	int label_size_y,
	ref string label_z,
	int label_size_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_size_x
Type: SystemInt32
Size of X Buffer
label_y
Type: SystemString
Label for Y axis
label_size_y
Type: SystemInt32
Size of Y Buffer
label_z
Type: SystemString
Label for Z axis
label_size_z
Type: SystemInt32
Size of Z Buffer
See Also