 | CMSTKSaveProfile Method |
Save multiple profile INI parameters in a WA file of INI format
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SaveProfile(
CWA wa
)
public void SaveProfile(
CWA wa
)
Public Sub SaveProfile (
wa As CWA
)
Public Sub SaveProfile (
wa As CWA
)
public:
void SaveProfile(
CWA^ wa
)
public:
void SaveProfile(
CWA^ wa
)
member SaveProfile :
wa : CWA -> unit
member SaveProfile :
wa : CWA -> unit
Parameters
- wa
- Type: GeoEngine.Core.GXNetXCWA
WA handle to an INI file
See Also