 | CVOXDSetShellControls Method |
Set the shell controls
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetShellControls(
double min,
double max
)
public void SetShellControls(
double min,
double max
)
Public Sub SetShellControls (
min As Double,
max As Double
)
Public Sub SetShellControls (
min As Double,
max As Double
)
public:
void SetShellControls(
double min,
double max
)
public:
void SetShellControls(
double min,
double max
)
member SetShellControls :
min : float *
max : float -> unit
member SetShellControls :
min : float *
max : float -> 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