 | CARCMAPLoadLYR Method |
Load a LYR file to the current data frame
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void LoadLYR(
string file
)
public static void LoadLYR(
string file
)
Public Shared Sub LoadLYR (
file As String
)
Public Shared Sub LoadLYR (
file As String
)
public:
static void LoadLYR(
String^ file
)
public:
static void LoadLYR(
String^ file
)
static member LoadLYR :
file : string -> unit
static member LoadLYR :
file : string -> unit
Parameters
- file
- Type: SystemString
File Name
See Also