 | CIPJRead Method |
Read and define an IPJ from a standard file.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Read(
int type,
string str1,
string str2,
string str3
)
public void Read(
int type,
string str1,
string str2,
string str3
)
Public Sub Read (
type As Integer,
str1 As String,
str2 As String,
str3 As String
)
Public Sub Read (
type As Integer,
str1 As String,
str2 As String,
str3 As String
)
public:
void Read(
int type,
String^ str1,
String^ str2,
String^ str3
)
public:
void Read(
int type,
String^ str1,
String^ str2,
String^ str3
)
member Read :
type : int *
str1 : string *
str2 : string *
str3 : string -> unit
member Read :
type : int *
str1 : string *
str2 : string *
str3 : string -> unit
Parameters
- type
- Type: SystemInt32
<define>IPJ_TYPE</define> - str1
- Type: SystemString
String 1 - str2
- Type: SystemString
String 2 - str3
- Type: SystemString
String 3
See Also