  | CUSERMETAGetXMLFormat Method  | 
 Get the XML Format
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic void GetXMLFormat(
	ref int format
)
public void GetXMLFormat(
	ref int format
)
Public Sub GetXMLFormat ( 
	ByRef format As Integer
)
Public Sub GetXMLFormat ( 
	ByRef format As Integer
)
public:
void GetXMLFormat(
	int% format
)
public:
void GetXMLFormat(
	int% format
)
member GetXMLFormat : 
        format : int byref -> unit 
member GetXMLFormat : 
        format : int byref -> unit 
Parameters
- format
 - Type: SystemInt32
<define>USERMETA_FORMAT</define> 
See Also