 | CVOXGetLocationPoints Method |
Get the computed location points.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetLocationPoints(
CVV vv_x,
CVV vv_y,
CVV vv_z
)
public void GetLocationPoints(
CVV vv_x,
CVV vv_y,
CVV vv_z
)
Public Sub GetLocationPoints (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
Public Sub GetLocationPoints (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
public:
void GetLocationPoints(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
public:
void GetLocationPoints(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
member GetLocationPoints :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
member GetLocationPoints :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
Parameters
- vv_x
- Type: GeoEngine.Core.GXNetXCVV
Locations in X - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Locations in Y - vv_z
- Type: GeoEngine.Core.GXNetXCVV
Locations in Z
See Also