 | CVOXDGetShellControls Method |
Get the shell controls
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetShellControls(
ref double min,
ref double max
)
public void GetShellControls(
ref double min,
ref double max
)
Public Sub GetShellControls (
ByRef min As Double,
ByRef max As Double
)
Public Sub GetShellControls (
ByRef min As Double,
ByRef max As Double
)
public:
void GetShellControls(
double% min,
double% max
)
public:
void GetShellControls(
double% min,
double% max
)
member GetShellControls :
min : float byref *
max : float byref -> unit
member GetShellControls :
min : float byref *
max : float byref -> unit
Parameters
- min
- Type: SystemDouble
Min Value (<define>rDUMMY</define> for no limit) - max
- Type: SystemDouble
Max Value (<define>rDUMMY</define> for no limit)
See Also