Click or drag to resize

CIMGGetFault Method

Retrieve a fault trace

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetFault(
	int index,
	CVV xVV,
	CVV yVV,
	ref int type
)

public void GetFault(
	int index,
	CVV xVV,
	CVV yVV,
	ref int type
)

Parameters

index
Type: SystemInt32
Fault index (0 to N-1)
xVV
Type: GeoEngine.Core.GXNetXCVV
X locations VV (REAL)
yVV
Type: GeoEngine.Core.GXNetXCVV
Y locations VV (REAL)
type
Type: SystemInt32
Fault type <define>IMG_FAULT</define>
See Also