 | CMAPTEMPLATEGetTmpCopy Method (String, Int32) |
Get a temporary XML file for manipulation of the map template.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetTmpCopy(
ref string tmp,
int length
)
public void GetTmpCopy(
ref string tmp,
int length
)
Public Sub GetTmpCopy (
ByRef tmp As String,
length As Integer
)
Public Sub GetTmpCopy (
ByRef tmp As String,
length As Integer
)
public:
void GetTmpCopy(
String^% tmp,
int length
)
public:
void GetTmpCopy(
String^% tmp,
int length
)
member GetTmpCopy :
tmp : string byref *
length : int -> unit
member GetTmpCopy :
tmp : string byref *
length : int -> unit
Parameters
- tmp
- Type: SystemString
Returned temporary map template file name - length
- Type: SystemInt32
Size of file name string
Remarks
After manipulating contents the object may be updated by a call to
the UpdateFromTmpCopy method.
See Also