 | CVOXDGetDrawControls Method |
Get the draw controls
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetDrawControls(
ref int box,
ref double trans,
ref double min_x,
ref double min_y,
ref double min_z,
ref double max_x,
ref double max_y,
ref double max_z
)
public void GetDrawControls(
ref int box,
ref double trans,
ref double min_x,
ref double min_y,
ref double min_z,
ref double max_x,
ref double max_y,
ref double max_z
)
Public Sub GetDrawControls (
ByRef box As Integer,
ByRef trans As Double,
ByRef min_x As Double,
ByRef min_y As Double,
ByRef min_z As Double,
ByRef max_x As Double,
ByRef max_y As Double,
ByRef max_z As Double
)
Public Sub GetDrawControls (
ByRef box As Integer,
ByRef trans As Double,
ByRef min_x As Double,
ByRef min_y As Double,
ByRef min_z As Double,
ByRef max_x As Double,
ByRef max_y As Double,
ByRef max_z As Double
)
public:
void GetDrawControls(
int% box,
double% trans,
double% min_x,
double% min_y,
double% min_z,
double% max_x,
double% max_y,
double% max_z
)
public:
void GetDrawControls(
int% box,
double% trans,
double% min_x,
double% min_y,
double% min_z,
double% max_x,
double% max_y,
double% max_z
)
member GetDrawControls :
box : int byref *
trans : float byref *
min_x : float byref *
min_y : float byref *
min_z : float byref *
max_x : float byref *
max_y : float byref *
max_z : float byref -> unit
member GetDrawControls :
box : int byref *
trans : float byref *
min_x : float byref *
min_y : float byref *
min_z : float byref *
max_x : float byref *
max_y : float byref *
max_z : float byref -> unit
Parameters
- box
- Type: SystemInt32
Draw Bounding Box - trans
- Type: SystemDouble
Transparency - min_x
- Type: SystemDouble
Min X - min_y
- Type: SystemDouble
Min Y - min_z
- Type: SystemDouble
Min Z - max_x
- Type: SystemDouble
Max X - max_y
- Type: SystemDouble
Max Y - max_z
- Type: SystemDouble
Max Z
See Also