Click or drag to resize
CDATALINKDCreateArcLYRFromTMP Method
Create an DATALINKD object from a temporary ArcGIS LYR file

Available since Oasis montaj version: 7.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Needs ArcEngine licence.
Syntax
public static CDATALINKD CreateArcLYRFromTMP(
	CGXNETCore gxNetShared,
	string arc_lyr_file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
arc_lyr_file
Type: SystemString
Arc LYR file name

Return Value

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