 | CVOXEProfile Method |
Extract a profile of data along points provided.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Profile(
CVV vv_x,
CVV vv_y,
CVV vv_z,
CVV vv_d,
int interp
)
public void Profile(
CVV vv_x,
CVV vv_y,
CVV vv_z,
CVV vv_d,
int interp
)
Public Sub Profile (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
vv_d As CVV,
interp As Integer
)
Public Sub Profile (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
vv_d As CVV,
interp As Integer
)
public:
void Profile(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
CVV^ vv_d,
int interp
)
public:
void Profile(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
CVV^ vv_d,
int interp
)
member Profile :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
vv_d : CVV *
interp : int -> unit
member Profile :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
vv_d : CVV *
interp : int -> unit
Parameters
- vv_x
- Type: GeoEngine.Core.GXNetXCVV
X VV (must be double) - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y VV (must be double) - vv_z
- Type: GeoEngine.Core.GXNetXCVV
Z VV (must be double) - vv_d
- Type: GeoEngine.Core.GXNetXCVV
D VV (must be double) - interp
- Type: SystemInt32
<define>VOXE_EVAL</define>
See Also