 | CCSYMB3DGetLocations Method |
Get x,y,z locations from a color symbol object.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetLocations(
CVV vv_x,
CVV vv_y,
CVV vv_z
)
public void GetLocations(
CVV vv_x,
CVV vv_y,
CVV vv_z
)
Public Sub GetLocations (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
Public Sub GetLocations (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
public:
void GetLocations(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
public:
void GetLocations(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
member GetLocations :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
member GetLocations :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
Parameters
- vv_x
- Type: GeoEngine.Core.GXNetXCVV
VV for X locations - vv_y
- Type: GeoEngine.Core.GXNetXCVV
VV for Y locations - vv_z
- Type: GeoEngine.Core.GXNetXCVV
VV for Z locations
See Also