 | CIMGGetFault Method |
Retrieve a fault trace
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetFault(
int index,
CVV xVV,
CVV yVV,
ref int type
)
public void GetFault(
int index,
CVV xVV,
CVV yVV,
ref int type
)
Public Sub GetFault (
index As Integer,
xVV As CVV,
yVV As CVV,
ByRef type As Integer
)
Public Sub GetFault (
index As Integer,
xVV As CVV,
yVV As CVV,
ByRef type As Integer
)
public:
void GetFault(
int index,
CVV^ xVV,
CVV^ yVV,
int% type
)
public:
void GetFault(
int index,
CVV^ xVV,
CVV^ yVV,
int% type
)
member GetFault :
index : int *
xVV : CVV *
yVV : CVV *
type : int byref -> unit
member GetFault :
index : int *
xVV : CVV *
yVV : CVV *
type : int byref -> unit
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