Click or drag to resize

CIPJiOrientationsAreTheSameToSpecifiedToleranceWithFeedback Method (CIPJ, Int32, String, Int32)

Same as iOrientationsAreTheSame_IPJ, but allows for small numerical differences

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

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

Parameters

ipj2
Type: GeoEngine.Core.GXNetXCIPJ
IPJ 2
sig_digits
Type: SystemInt32
Significant digits (0 for exact)
str_val
Type: SystemString
Reason if different returned
length
Type: SystemInt32
Reason buffer size

Return Value

Type: Int32
0 - No 1 - Yes
See Also