 | CCOMReadChars Method (String) |
Reads characters from the COM
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ReadChars(
ref string line
)
public void ReadChars(
ref string line
)
Public Sub ReadChars (
ByRef line As String
)
Public Sub ReadChars (
ByRef line As String
)
public:
void ReadChars(
String^% line
)
public:
void ReadChars(
String^% line
)
member ReadChars :
line : string byref -> unit
member ReadChars :
line : string byref -> unit
Parameters
- line
- Type: SystemString
String for characters
See Also