 | CARCMAPDisplayIn3DView Method |
Display a file in 3D view
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void DisplayIn3DView(
CGXNETCore gxNetShared,
string file
)
public static void DisplayIn3DView(
CGXNETCore gxNetShared,
string file
)
Public Shared Sub DisplayIn3DView (
gxNetShared As CGXNETCore,
file As String
)
Public Shared Sub DisplayIn3DView (
gxNetShared As CGXNETCore,
file As String
)
public:
static void DisplayIn3DView(
CGXNETCore^ gxNetShared,
String^ file
)
public:
static void DisplayIn3DView(
CGXNETCore^ gxNetShared,
String^ file
)
static member DisplayIn3DView :
gxNetShared : CGXNETCore *
file : string -> unit
static member DisplayIn3DView :
gxNetShared : CGXNETCore *
file : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - file
- Type: SystemString
File Name
See Also