 | 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
Syntaxpublic 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
)
Public Function iGetShade (
ByRef inclination As Double,
ByRef declination As Double,
ByRef scale As Double,
ByRef origin As String,
length As Integer
) As Integer
Public Function iGetShade (
ByRef inclination As Double,
ByRef declination As Double,
ByRef scale As Double,
ByRef origin As String,
length As Integer
) As Integer
public:
int iGetShade(
double% inclination,
double% declination,
double% scale,
String^% origin,
int length
)
public:
int iGetShade(
double% inclination,
double% declination,
double% scale,
String^% origin,
int length
)
member iGetShade :
inclination : float byref *
declination : float byref *
scale : float byref *
origin : string byref *
length : int -> int
member iGetShade :
inclination : float byref *
declination : float byref *
scale : float byref *
origin : string byref *
length : int -> int
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:
Int32Returns 1 if shading is enabled and defined, 0 otherwise
See Also