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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Needs ArcEngine licence.
Syntax
public static CDATALINKD CreateArcLYRFromTMPEx(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
Arc LYR file name
i2
Type: SystemInt32
Display as 3D Group? (as opposed to bitmap on plane)

Return Value

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