 | CPROJIGetName Method (CGXNETCore, String, Int32) |
Return the name of the project file.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void IGetName(
CGXNETCore gxNetShared,
ref string name,
int size
)
public static void IGetName(
CGXNETCore gxNetShared,
ref string name,
int size
)
Public Shared Sub IGetName (
gxNetShared As CGXNETCore,
ByRef name As String,
size As Integer
)
Public Shared Sub IGetName (
gxNetShared As CGXNETCore,
ByRef name As String,
size As Integer
)
public:
static void IGetName(
CGXNETCore^ gxNetShared,
String^% name,
int size
)
public:
static void IGetName(
CGXNETCore^ gxNetShared,
String^% name,
int size
)
static member IGetName :
gxNetShared : CGXNETCore *
name : string byref *
size : int -> unit
static member IGetName :
gxNetShared : CGXNETCore *
name : string byref *
size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - name
- Type: SystemString
name - size
- Type: SystemInt32
maximum name length
RemarksReturn the name of the project file.
See Also