 | CREGGetMakerXML Method |
Gets the MAKER handle from the REG object.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetMakerXML(
string parm
)
public void GetMakerXML(
string parm
)
Public Sub GetMakerXML (
parm As String
)
Public Sub GetMakerXML (
parm As String
)
public:
void GetMakerXML(
String^ parm
)
public:
void GetMakerXML(
String^ parm
)
member GetMakerXML :
parm : string -> unit
member GetMakerXML :
parm : string -> unit
Parameters
- parm
- Type: SystemString
XML file name
See Also