Click or drag to resize

CSURFACEITEMGetDefaultRenderProperties Method

Gets default render properties of the surface item.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetDefaultRenderProperties(
	ref int color,
	ref double transparency,
	ref int render_mode
)

public void GetDefaultRenderProperties(
	ref int color,
	ref double transparency,
	ref int render_mode
)

Parameters

color
Type: SystemInt32
Color
transparency
Type: SystemDouble
Transparency
render_mode
Type: SystemInt32
<define>SURFACERENDER_MODE</define>
See Also