 | 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
Syntaxpublic 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
)
Public Shared Function CreateArcLYRX (
gxNetShared As CGXNETCore,
arc_lyrx_file As String,
arc_srylx_file As String,
ByRef root_name As String
) As CDATALINKD
Public Shared Function CreateArcLYRX (
gxNetShared As CGXNETCore,
arc_lyrx_file As String,
arc_srylx_file As String,
ByRef root_name As String
) As CDATALINKD
public:
static CDATALINKD^ CreateArcLYRX(
CGXNETCore^ gxNetShared,
String^ arc_lyrx_file,
String^ arc_srylx_file,
String^% root_name
)
public:
static CDATALINKD^ CreateArcLYRX(
CGXNETCore^ gxNetShared,
String^ arc_lyrx_file,
String^ arc_srylx_file,
String^% root_name
)
static member CreateArcLYRX :
gxNetShared : CGXNETCore *
arc_lyrx_file : string *
arc_srylx_file : string *
root_name : string byref -> CDATALINKD
static member CreateArcLYRX :
gxNetShared : CGXNETCore *
arc_lyrx_file : string *
arc_srylx_file : string *
root_name : string byref -> CDATALINKD
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:
CDATALINKDDATALINKD handle, terminates if creation fails
RemarksNeeds ArcGIS Pro SDK and Map SDK licence.
See Also