Click or drag to resize

CDATALINKDCreateArcLYRX Method (CGXNETCore, String, String, String)

Create an DATALINKD object from a ArcGIS LYRX file

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CDATALINKD CreateArcLYRX(
	CGXNETCore gxNetShared,
	string arc_lyrx_file,
	string arc_srylx_file,
	ref string root_name
)

public static CDATALINKD CreateArcLYRX(
	CGXNETCore gxNetShared,
	string arc_lyrx_file,
	string arc_srylx_file,
	ref string root_name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
arc_lyrx_file
Type: SystemString
Arc LYRX file name
arc_srylx_file
Type: SystemString
Layer Stylx file name
root_name
Type: SystemString
root layer name

Return Value

Type: CDATALINKD
DATALINKD handle, terminates if creation fails
Remarks
Needs ArcGIS Pro SDK and Map SDK licence.
See Also