 | CVVProject Method |
This method projects an X and Y VV.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void Project(
CGXNETCore gxNetShared,
CPJ pj,
CVV vv_x,
CVV vv_y
)
public static void Project(
CGXNETCore gxNetShared,
CPJ pj,
CVV vv_x,
CVV vv_y
)
Public Shared Sub Project (
gxNetShared As CGXNETCore,
pj As CPJ,
vv_x As CVV,
vv_y As CVV
)
Public Shared Sub Project (
gxNetShared As CGXNETCore,
pj As CPJ,
vv_x As CVV,
vv_y As CVV
)
public:
static void Project(
CGXNETCore^ gxNetShared,
CPJ^ pj,
CVV^ vv_x,
CVV^ vv_y
)
public:
static void Project(
CGXNETCore^ gxNetShared,
CPJ^ pj,
CVV^ vv_x,
CVV^ vv_y
)
static member Project :
gxNetShared : CGXNETCore *
pj : CPJ *
vv_x : CVV *
vv_y : CVV -> unit
static member Project :
gxNetShared : CGXNETCore *
pj : CPJ *
vv_x : CVV *
vv_y : CVV -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - pj
- Type: GeoEngine.Core.GXNetXCPJ
- vv_x
- Type: GeoEngine.Core.GXNetXCVV
X - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y
RemarksThis function is equivalent to ConvertVV_PJ.
See Also