Click or drag to resize

CDATALINKDCreateBING Method

Create an DATALINKD object for a BING dataset

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CDATALINKD CreateBING(
	int layer
)

public static CDATALINKD CreateBING(
	int layer
)

Parameters

layer
Type: SystemInt32
0 = Aerial, 1 = Road

Return Value

Type: CDATALINKD
DATALINKD handle, terminates if creation fails
See Also