Click or drag to resize

CIMGGetFault Method

Retrieve a fault trace

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.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.GXNetCVV
X locations VV (REAL)
yVV
Type: GeoEngine.Core.GXNetCVV
Y locations VV (REAL)
type
Type: SystemInt32
Fault type <define>IMG_FAULT</define>
See Also