Click or drag to resize

CITRiGetShade Method (Double, Double, Double, String, Int32)

Get the shading parameters of the ITR

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
public int iGetShade(
	ref double inclination,
	ref double declination,
	ref double scale,
	ref string origin,
	int length
)

public int iGetShade(
	ref double inclination,
	ref double declination,
	ref double scale,
	ref string origin,
	int length
)

Parameters

inclination
Type: SystemDouble
Shading inclination - DUMMY if not defined
declination
Type: SystemDouble
Shading declination - DUMMY if not defined
scale
Type: SystemDouble
Shading scale - DUMMY if not defined
origin
Type: SystemString
Origin returned - empty if not defined
length
Type: SystemInt32
Origin size

Return Value

Type: Int32
Returns 1 if shading is enabled and defined, 0 otherwise
See Also