Click or drag to resize
C3DNSetRenderControls Method
Set the rendering controls

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void SetRenderControls(
	int i1,
	int i2,
	string str3,
	string str4,
	string str5
)

Parameters

i1
Type: SystemInt32
Render Bounding Box (0 or 1)
i2
Type: SystemInt32
Render Axis (0 or 1)
str3
Type: SystemString
Label for X axis
str4
Type: SystemString
Label for Y axis
str5
Type: SystemString
Label for Z axis
See Also