 | CBIGRIDSaveParms Method |
Puts the Bigrid object's control parameters back into
its control file.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SaveParms(
string name
)
public void SaveParms(
string name
)
Public Sub SaveParms (
name As String
)
Public Sub SaveParms (
name As String
)
public:
void SaveParms(
String^ name
)
public:
void SaveParms(
String^ name
)
member SaveParms :
name : string -> unit
member SaveParms :
name : string -> unit
Parameters
- name
- Type: SystemString
Name of file to put the parameter settings into
Remarks
If the control file did not previously exist, it will be
created. Otherwise, the old file will be overwritten.
See Also