Click or drag to resize
C3DNIGetRenderControls Method
Get the rendering controls

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void IGetRenderControls(
	ref int i1,
	ref int i2,
	ref string str3,
	ref string str4,
	ref 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