 | 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
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ILayerPIC (
pic As Integer,
ByRef name As String,
length As Integer
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ILayerPIC (
pic As Integer,
ByRef name As String,
length As Integer
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ILayerPIC(
int pic,
String^% name,
int length
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ILayerPIC(
int pic,
String^% name,
int length
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ILayerPIC :
pic : int *
name : string byref *
length : int -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ILayerPIC :
pic : int *
name : string byref *
length : int -> unit
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