 | CCSYMB3DAddLocations Method |
Add x,y,z locations to a CSYMB3D object.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void AddLocations(
CVV vv_x,
CVV vv_y,
CVV vv_z
)
public void AddLocations(
CVV vv_x,
CVV vv_y,
CVV vv_z
)
Public Sub AddLocations (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
Public Sub AddLocations (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
public:
void AddLocations(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
public:
void AddLocations(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
member AddLocations :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
member AddLocations :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
Parameters
- vv_x
- Type: GeoEngine.Core.GXNetCVV
VV for X locations - vv_y
- Type: GeoEngine.Core.GXNetCVV
VV for Y locations - vv_z
- Type: GeoEngine.Core.GXNetCVV
VV for Z locations
See Also