 | CDCOLrGetBrightness Method |
Get the brightness of a single layer, or all the layers
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic double rGetBrightness(
int layerSelection,
int layer
)
public double rGetBrightness(
int layerSelection,
int layer
)
Public Function rGetBrightness (
layerSelection As Integer,
layer As Integer
) As Double
Public Function rGetBrightness (
layerSelection As Integer,
layer As Integer
) As Double
public:
double rGetBrightness(
int layerSelection,
int layer
)
public:
double rGetBrightness(
int layerSelection,
int layer
)
member rGetBrightness :
layerSelection : int *
layer : int -> float
member rGetBrightness :
layerSelection : int *
layer : int -> float
Parameters
- layerSelection
- Type: SystemInt32
<define>BRIGHT</define> - layer
- Type: SystemInt32
layer index (required for BRIGHT_LAYER
Return Value
Type:
Double
See Also