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