Method | Description | |
---|---|---|
AddBarrier ( IPoint pPnt, IApplication app, double snapTol, bool showDialog ) : bool | ||
AddFlag ( IPoint pPnt, IApplication app, double snapTol ) : void | ||
AddFlagsForSewerProfile ( IApplication app, double snapTol, List |
||
CalculateFlowAccum ( List |
||
CalculateFlowAccumAtLocation ( List |
||
CheckConnections ( IApplication app, bool CheckVisibleOnly ) : void | ||
ConnectSelected ( IApplication app ) : void | ||
DisconnectSelected ( IApplication app ) : void | ||
EstablishFlow ( Globals flowDirection, IApplication app ) : void | ||
MoveConnectionsToNewLine ( IApplication app, double snapTol, List |
||
RemoveFlagBarrier ( IPoint pPnt, IApplication app, double snapTol ) : void | ||
ShowArrows ( IApplication app ) : void | ||
ToggleOperableStatus ( IApplication app, IPoint point, bool showMessage, string ISOvalveFeatureLayerName, string ISOsourceFeatureLayerName, string ISOoperableFieldNameValves, string ISOoperableFieldNameSources, string ISOoperableValues, double SnapTol ) : IEnvelope | ||
TraceFindClosest ( double x, double y, IApplication app, string targetFLName, string sWeightName, double snapTol, bool processEvent, bool traceIndeterminate ) : string | ||
TraceFlow ( IPoint &point, IApplication app, esriFlowMethod flow, double snapTol, bool traceIndeterminate, bool selectEdges ) : void | ||
TraceIsolation ( double x, double y, IApplication app, string sourceFLName, string valveFLName, string operableFieldNameValves, string operableFieldNameSources, double snapTol, bool processEvent, string opValues, string addSQL, bool traceIndeterminate, bool ZeroSourceCont, bool selectEdges, string MeterName, string MeterCritField, string MeterCritVal, string closedValveQuery, IFeatureLayer mainsFL, IPolyline &mergedLines, List |
||
TraceIsolationSummary ( IApplication app, string sourceFLName, string valveFLName, string operableFieldNameValve, string operableFieldNameSource, double snapTol, bool processEvent, string opValues, string addSQL, bool traceIndeterminate, bool ZeroSourceCont, string mainsFLName, string meterFLName, string metersCritFieldName, string metersCritValue, string traceSum_LayerName, string traceSum_FacilityIDField, string traceSum_DateFieldName, string traceSum_ValveCountFieldName, string traceSum_MeterCountFieldName, string traceSum_CritMeterCountFieldName, string traceSum_CommentsFieldName, bool saveEntireLine ) : void | ||
TracePath ( double Xs, double Ys, string GeoNetName, IApplication app, IMap map, bool traceIndeterminate, double snapTol, bool selectEdges, IEnumNetEID &juncEIDs, IEnumNetEID &edgeEIDs, IGeometricNetwork &gn ) : string | ||
batchLoadBarriers ( IApplication app ) : void |
Method | Description | |
---|---|---|
ProfileCreateGraph ( IApplication app, List |
||
ProfileGetRelatedElevData ( IApplication app, List |
||
createLine2Fields ( ) : IFields | ||
createLineFields ( ) : IFields | ||
createLineLabelFields ( ) : IFields | ||
createPointFields ( ) : IFields | ||
createProfileFields ( ) : IFields | ||
createProfilePointFields ( ) : IFields | ||
createSurfaceFields ( ) : IFields |
public static AddBarrier ( IPoint pPnt, IApplication app, double snapTol, bool showDialog ) : bool | ||
pPnt | IPoint | |
app | IApplication | |
snapTol | double | |
showDialog | bool | |
return | bool |
public static AddFlag ( IPoint pPnt, IApplication app, double snapTol ) : void | ||
pPnt | IPoint | |
app | IApplication | |
snapTol | double | |
return | void |
public static AddFlagsForSewerProfile ( IApplication app, double snapTol, List |
||
app | IApplication | |
snapTol | double | |
ProfileGraph | List |
|
return | void |
public static CalculateFlowAccum ( List |
||
sumFlowAcc | List |
|
app | IApplication | |
return | void |
public static CalculateFlowAccumAtLocation ( List |
||
sumFlowAcc | List |
|
app | IApplication | |
snapTol | double | |
return | void |
public static CheckConnections ( IApplication app, bool CheckVisibleOnly ) : void | ||
app | IApplication | |
CheckVisibleOnly | bool | |
return | void |
public static ConnectSelected ( IApplication app ) : void | ||
app | IApplication | |
return | void |
public static DisconnectSelected ( IApplication app ) : void | ||
app | IApplication | |
return | void |
public static EstablishFlow ( Globals flowDirection, IApplication app ) : void | ||
flowDirection | Globals | |
app | IApplication | |
return | void |
public static MoveConnectionsToNewLine ( IApplication app, double snapTol, List |
||
app | IApplication | |
snapTol | double | |
moveConDetails | List |
|
return | void |
public static RemoveFlagBarrier ( IPoint pPnt, IApplication app, double snapTol ) : void | ||
pPnt | IPoint | |
app | IApplication | |
snapTol | double | |
return | void |
public static ShowArrows ( IApplication app ) : void | ||
app | IApplication | |
return | void |
public static ToggleOperableStatus ( IApplication app, IPoint point, bool showMessage, string ISOvalveFeatureLayerName, string ISOsourceFeatureLayerName, string ISOoperableFieldNameValves, string ISOoperableFieldNameSources, string ISOoperableValues, double SnapTol ) : IEnvelope | ||
app | IApplication | |
point | IPoint | |
showMessage | bool | |
ISOvalveFeatureLayerName | string | |
ISOsourceFeatureLayerName | string | |
ISOoperableFieldNameValves | string | |
ISOoperableFieldNameSources | string | |
ISOoperableValues | string | |
SnapTol | double | |
return | IEnvelope |
public static TraceFindClosest ( double x, double y, IApplication app, string targetFLName, string sWeightName, double snapTol, bool processEvent, bool traceIndeterminate ) : string | ||
x | double | |
y | double | |
app | IApplication | |
targetFLName | string | |
sWeightName | string | |
snapTol | double | |
processEvent | bool | |
traceIndeterminate | bool | |
return | string |
public static TraceFlow ( IPoint &point, IApplication app, esriFlowMethod flow, double snapTol, bool traceIndeterminate, bool selectEdges ) : void | ||
point | IPoint | |
app | IApplication | |
flow | esriFlowMethod | |
snapTol | double | |
traceIndeterminate | bool | |
selectEdges | bool | |
return | void |
public static TraceIsolation ( double x, double y, IApplication app, string sourceFLName, string valveFLName, string operableFieldNameValves, string operableFieldNameSources, double snapTol, bool processEvent, string opValues, string addSQL, bool traceIndeterminate, bool ZeroSourceCont, bool selectEdges, string MeterName, string MeterCritField, string MeterCritVal, string closedValveQuery, IFeatureLayer mainsFL, IPolyline &mergedLines, List |
||
x | double | |
y | double | |
app | IApplication | |
sourceFLName | string | |
valveFLName | string | |
operableFieldNameValves | string | |
operableFieldNameSources | string | |
snapTol | double | |
processEvent | bool | |
opValues | string | |
addSQL | string | |
traceIndeterminate | bool | |
ZeroSourceCont | bool | |
selectEdges | bool | |
MeterName | string | |
MeterCritField | string | |
MeterCritVal | string | |
closedValveQuery | string | |
mainsFL | IFeatureLayer | |
mergedLines | IPolyline | |
lineOIDs | List |
|
addResultsAsLayer | bool | |
suppressDialog | bool | |
return | string |
public static TraceIsolationSummary ( IApplication app, string sourceFLName, string valveFLName, string operableFieldNameValve, string operableFieldNameSource, double snapTol, bool processEvent, string opValues, string addSQL, bool traceIndeterminate, bool ZeroSourceCont, string mainsFLName, string meterFLName, string metersCritFieldName, string metersCritValue, string traceSum_LayerName, string traceSum_FacilityIDField, string traceSum_DateFieldName, string traceSum_ValveCountFieldName, string traceSum_MeterCountFieldName, string traceSum_CritMeterCountFieldName, string traceSum_CommentsFieldName, bool saveEntireLine ) : void | ||
app | IApplication | |
sourceFLName | string | |
valveFLName | string | |
operableFieldNameValve | string | |
operableFieldNameSource | string | |
snapTol | double | |
processEvent | bool | |
opValues | string | |
addSQL | string | |
traceIndeterminate | bool | |
ZeroSourceCont | bool | |
mainsFLName | string | |
meterFLName | string | |
metersCritFieldName | string | |
metersCritValue | string | |
traceSum_LayerName | string | |
traceSum_FacilityIDField | string | |
traceSum_DateFieldName | string | |
traceSum_ValveCountFieldName | string | |
traceSum_MeterCountFieldName | string | |
traceSum_CritMeterCountFieldName | string | |
traceSum_CommentsFieldName | string | |
saveEntireLine | bool | |
return | void |
public static TracePath ( double Xs, double Ys, string GeoNetName, IApplication app, IMap map, bool traceIndeterminate, double snapTol, bool selectEdges, IEnumNetEID &juncEIDs, IEnumNetEID &edgeEIDs, IGeometricNetwork &gn ) : string | ||
Xs | double | |
Ys | double | |
GeoNetName | string | |
app | IApplication | |
map | IMap | |
traceIndeterminate | bool | |
snapTol | double | |
selectEdges | bool | |
juncEIDs | IEnumNetEID | |
edgeEIDs | IEnumNetEID | |
gn | IGeometricNetwork | |
return | string |
public static batchLoadBarriers ( IApplication app ) : void | ||
app | IApplication | |
return | void |