Click or drag to resize

CIPJiOrientationsAreTheSameToSpecifiedToleranceWithFeedback Method (CIPJ, Int32, String)

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
)

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

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

Return Value

Type: Int32
0 - No 1 - Yes
See Also