Click or drag to resize

CAGGILayerPIC Method (Int32, String, Int32)

Note: This API is now obsolete.

Add a PIC as a layer in an aggregate.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public void ILayerPIC(
	int pic,
	ref string name,
	int length
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public void ILayerPIC(
	int pic,
	ref string name,
	int length
)

Parameters

pic
Type: SystemInt32
Note: the PIC object is obsolete
name
Type: SystemString
Temp File name
length
Type: SystemInt32
Max Temp File name length
Remarks
This function creates a temporary PNG file in the temp directory. The name is returned so that you can pack the map and remove the file or copy the file elsewhere for later use.
See Also