Click or drag to resize

CDATALINKDCreateArcLYRFromTMP Method

Create an DATALINKD object from a temporary ArcGIS LYR file

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CDATALINKD CreateArcLYRFromTMP(
	string arc_lyr_file
)

public static CDATALINKD CreateArcLYRFromTMP(
	string arc_lyr_file
)

Parameters

arc_lyr_file
Type: SystemString
Arc LYR file name

Return Value

Type: CDATALINKD
DATALINKD handle, terminates if creation fails
Remarks
Needs ArcEngine licence.
See Also