Click or drag to resize

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
Syntax
public void Read(
	int type,
	string str1,
	string str2,
	string str3
)

public void Read(
	int type,
	string str1,
	string str2,
	string str3
)

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