 | C3DVFromMap Method |
Get an 3DV from MAP handle (e.g. from Lock_EMAP on open geosoft_3dv document in project)
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static C3DV FromMap(
CMAP map
)
public static C3DV FromMap(
CMAP map
)
Public Shared Function FromMap (
map As CMAP
) As C3DV
Public Shared Function FromMap (
map As CMAP
) As C3DV
public:
static C3DV^ FromMap(
CMAP^ map
)
public:
static C3DV^ FromMap(
CMAP^ map
)
static member FromMap :
map : CMAP -> C3DV
static member FromMap :
map : CMAP -> C3DV
Parameters
- map
- Type: GeoEngine.Core.GXNetCMAP
MAP Object
Return Value
Type:
C3DV3DV Object
See Also