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

Available since Oasis montaj version: 9.0
License: Available to anyone with an Oasis Montaj license.  

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
arc_lyr_file
Type: SystemString
Arc LYR file name
o3d_group
Type: SystemInt32
Display as 3D Group? (as opposed to bitmap on plane)

Return Value

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