Click or drag to resize

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
Syntax
public static C3DV FromMap(
	CMAP map
)

public static C3DV FromMap(
	CMAP map
)

Parameters

map
Type: GeoEngine.Core.GXNetCMAP
MAP Object

Return Value

Type: C3DV
3DV Object
See Also