Click or drag to resize

CDATALINKDCreateArcLYRX Method (String, String, String)

Create an DATALINKD object from a ArcGIS LYRX file

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

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

Parameters

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