Click or drag to resize

CIPJ.iWarpsAreTheSameToSpecifiedToleranceWithFeedback Method (CIPJ, Int32, String, Int32)

Same as iWarpsAreTheSame_IPJ, but allows for a specified accuracy and returns the reason if they are different

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iWarpsAreTheSameToSpecifiedToleranceWithFeedback(
	CIPJ ipj2,
	int sig_digits,
	ref string str_val,
	int length
)

public int iWarpsAreTheSameToSpecifiedToleranceWithFeedback(
	CIPJ ipj2,
	int sig_digits,
	ref string str_val,
	int length
)

Parameters

ipj2
Type: GeoEngine.Core.GXNetX.CIPJ
IPJ 2
sig_digits
Type: System.Int32
Significant digits (0 for exact)
str_val
Type: System.String
Reason if different returned
length
Type: System.Int32
Reason buffer size

Return Value

Type: Int32
0 - No 1 - Yes
See Also