 | 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
Syntaxpublic static CDATALINKD CreateBING(
int layer
)
public static CDATALINKD CreateBING(
int layer
)
Public Shared Function CreateBING (
layer As Integer
) As CDATALINKD
Public Shared Function CreateBING (
layer As Integer
) As CDATALINKD
public:
static CDATALINKD^ CreateBING(
int layer
)
public:
static CDATALINKD^ CreateBING(
int layer
)
static member CreateBING :
layer : int -> CDATALINKD
static member CreateBING :
layer : int -> CDATALINKD
Parameters
- layer
- Type: SystemInt32
0 = Aerial, 1 = Road
Return Value
Type:
CDATALINKDDATALINKD handle, terminates if creation fails
See Also