Click or drag to resize
CSURFACEITEMGetDefaultRenderProperties Method
Gets default render properties of the surface item.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void GetDefaultRenderProperties(
	ref int i1,
	ref double d2,
	ref int i3
)

Parameters

i1
Type: SystemInt32
Color
d2
Type: SystemDouble
Transparency
i3
Type: SystemInt32
See SURFACERENDER_MODEConstant
See Also