 | CMAPTEMPLATEGetTmpCopy Method (String) |
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
)
public void GetTmpCopy(
ref string tmp
)
Public Sub GetTmpCopy (
ByRef tmp As String
)
Public Sub GetTmpCopy (
ByRef tmp As String
)
public:
void GetTmpCopy(
String^% tmp
)
public:
void GetTmpCopy(
String^% tmp
)
member GetTmpCopy :
tmp : string byref -> unit
member GetTmpCopy :
tmp : string byref -> unit
Parameters
- tmp
- Type: SystemString
Returned temporary map template file name
Remarks
After manipulating contents the object may be updated by a call to
the UpdateFromTmpCopy method.
See Also