Click or drag to resize

CIMGiAddFault Method

Add a fault trace

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

public int iAddFault(
	CVV xVV,
	CVV yVV,
	int type
)

Parameters

xVV
Type: GeoEngine.Core.GXNetXCVV
X locations VV
yVV
Type: GeoEngine.Core.GXNetXCVV
Y locations VV
type
Type: SystemInt32
Fault type <define>IMG_FAULT</define>

Return Value

Type: Int32
index of the added fault
Remarks
The X and Y values cannot be dummies. Polygons require at least three locations, Polylines require at least two.
See Also