 | CIMGiAddFault Method |
Add a fault trace
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iAddFault(
CVV xVV,
CVV yVV,
int type
)
public int iAddFault(
CVV xVV,
CVV yVV,
int type
)
Public Function iAddFault (
xVV As CVV,
yVV As CVV,
type As Integer
) As Integer
Public Function iAddFault (
xVV As CVV,
yVV As CVV,
type As Integer
) As Integer
public:
int iAddFault(
CVV^ xVV,
CVV^ yVV,
int type
)
public:
int iAddFault(
CVV^ xVV,
CVV^ yVV,
int type
)
member iAddFault :
xVV : CVV *
yVV : CVV *
type : int -> int
member iAddFault :
xVV : CVV *
yVV : CVV *
type : int -> int
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:
Int32index of the added fault
RemarksThe X and Y values cannot be dummies. Polygons require at least three locations, Polylines require at least two.
See Also