 | 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
Syntaxpublic void ILayerPIC(
int pic,
ref string name
)
public void ILayerPIC(
int pic,
ref string name
)
Public Sub ILayerPIC (
pic As Integer,
ByRef name As String
)
Public Sub ILayerPIC (
pic As Integer,
ByRef name As String
)
public:
void ILayerPIC(
int pic,
String^% name
)
public:
void ILayerPIC(
int pic,
String^% name
)
member ILayerPIC :
pic : int *
name : string byref -> unit
member ILayerPIC :
pic : int *
name : string byref -> unit
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