 | CARCMAPDisplayIn3DView Method |
Display a file in 3D view
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void DisplayIn3DView(
string file
)
public static void DisplayIn3DView(
string file
)
Public Shared Sub DisplayIn3DView (
file As String
)
Public Shared Sub DisplayIn3DView (
file As String
)
public:
static void DisplayIn3DView(
String^ file
)
public:
static void DisplayIn3DView(
String^ file
)
static member DisplayIn3DView :
file : string -> unit
static member DisplayIn3DView :
file : string -> unit
Parameters
- file
- Type: SystemString
File Name
See Also