 | CSYSIGetProfileName Method (CGXNETCore, String, Int32) |
Get the profile name as defined in My Geosoft (or email if not defined)
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetProfileName(
CGXNETCore gxNetShared,
ref string name,
int name_size
)
public static void IGetProfileName(
CGXNETCore gxNetShared,
ref string name,
int name_size
)
Public Shared Sub IGetProfileName (
gxNetShared As CGXNETCore,
ByRef name As String,
name_size As Integer
)
Public Shared Sub IGetProfileName (
gxNetShared As CGXNETCore,
ByRef name As String,
name_size As Integer
)
public:
static void IGetProfileName(
CGXNETCore^ gxNetShared,
String^% name,
int name_size
)
public:
static void IGetProfileName(
CGXNETCore^ gxNetShared,
String^% name,
int name_size
)
static member IGetProfileName :
gxNetShared : CGXNETCore *
name : string byref *
name_size : int -> unit
static member IGetProfileName :
gxNetShared : CGXNETCore *
name : string byref *
name_size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - name
- Type: SystemString
Returned name - name_size
- Type: SystemInt32
Size of name
See Also