Click or drag to resize

CAGGILayerPIC Method (Int32, String)

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
public void ILayerPIC(
	int pic,
	ref string name
)

public void ILayerPIC(
	int pic,
	ref string name
)

Parameters

pic
Type: SystemInt32
Note: the PIC object is obsolete
name
Type: SystemString
Temp File name
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