 | CRGRDiLoadParms Method |
Retrieves a Rangrid object's control parameters from a file,
or sets the parameters to default if the file doesn't exist.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iLoadParms(
string file
)
public int iLoadParms(
string file
)
Public Function iLoadParms (
file As String
) As Integer
Public Function iLoadParms (
file As String
) As Integer
public:
int iLoadParms(
String^ file
)
public:
int iLoadParms(
String^ file
)
member iLoadParms :
file : string -> int
member iLoadParms :
file : string -> int
Parameters
- file
- Type: SystemString
Name of file to get the parameter settings from
Return Value
Type:
Int320 OK, 1 Error.
Remarks
If the control file name passed into this function is a file
which does not exist, then the defaults for a Rangrid control
file will be generated and put into the RGRD object.
Otherwise, the control file's settings are retrieved from
the file and loaded into the RGRD object.
See Also