Method | Description | |
---|---|---|
FindAttributeIndexes ( IArray netAttributes, esriNetworkAttributeUsageType usage, esriNetworkAttributeDataType dataType, bool searchTimeUnits, bool ignoreDataType ) : List |
||
FindAttributes ( IArray netAttributesArray, List |
||
FindParameter ( IArray netAttributeParams, string searchName ) : int | ||
GetSourceList ( IArray netSourcesArray ) : List |
||
GetSourceList ( List |
||
GetSourceList ( List |
||
GetSourceNames ( List |
||
RemoveAttributeByName ( IArray netAttributes, string name ) : IArray | ||
RemoveAttributesByKeyName ( IArray netAttributes, string keyName, bool keyIsPrefix ) : IArray | ||
RemoveAttributesByPrefix ( IArray netAttributes, string prefix ) : IArray | ||
RemoveAttributesBySuffix ( IArray netAttributes, string suffix ) : IArray | ||
SetDefaultEvaluator ( IEvaluatedNetworkAttribute netAttribute, object defaultValue, esriNetworkElementType eType ) : void | ||
SetEvaluator ( IEvaluatedNetworkAttribute netAttribute, INetworkSource netSource, |
||
SetEvaluators ( IEvaluatedNetworkAttribute netAttribute, INetworkSource netSource, |
public static FindAttributeIndexes ( IArray netAttributes, esriNetworkAttributeUsageType usage, esriNetworkAttributeDataType dataType, bool searchTimeUnits, bool ignoreDataType ) : List |
||
netAttributes | IArray | |
usage | esriNetworkAttributeUsageType | |
dataType | esriNetworkAttributeDataType | |
searchTimeUnits | bool | |
ignoreDataType | bool | |
return | List |
public static FindAttributes ( IArray netAttributesArray, List |
||
netAttributesArray | IArray | |
netAttributeIndexes | List |
|
return | List |
public static FindParameter ( IArray netAttributeParams, string searchName ) : int | ||
netAttributeParams | IArray | |
searchName | string | |
return | int |
public static GetSourceList ( IArray netSourcesArray ) : List |
||
netSourcesArray | IArray | |
return | List |
public static GetSourceList ( List |
||
netSources | List |
|
eTypes | List |
|
return | List |
public static GetSourceList ( List |
||
netSources | List |
|
eType | esriNetworkElementType | |
return | List |
public static GetSourceNames ( List |
||
netSources | List |
|
return | List |
public static RemoveAttributeByName ( IArray netAttributes, string name ) : IArray | ||
netAttributes | IArray | |
name | string | |
return | IArray |
public static RemoveAttributesByKeyName ( IArray netAttributes, string keyName, bool keyIsPrefix ) : IArray | ||
netAttributes | IArray | |
keyName | string | |
keyIsPrefix | bool | |
return | IArray |
public static RemoveAttributesByPrefix ( IArray netAttributes, string prefix ) : IArray | ||
netAttributes | IArray | |
prefix | string | |
return | IArray |
public static RemoveAttributesBySuffix ( IArray netAttributes, string suffix ) : IArray | ||
netAttributes | IArray | |
suffix | string | |
return | IArray |
public static SetDefaultEvaluator ( IEvaluatedNetworkAttribute netAttribute, object defaultValue, esriNetworkElementType eType ) : void | ||
netAttribute | IEvaluatedNetworkAttribute | |
defaultValue | object | |
eType | esriNetworkElementType | |
return | void |
public static SetEvaluator ( IEvaluatedNetworkAttribute netAttribute, INetworkSource netSource, |
||
netAttribute | IEvaluatedNetworkAttribute | |
netSource | INetworkSource | |
t | ||
dirType | esriNetworkEdgeDirection | |
return | void |
public static SetEvaluators ( IEvaluatedNetworkAttribute netAttribute, INetworkSource netSource, |
||
netAttribute | IEvaluatedNetworkAttribute | |
netSource | INetworkSource | |
t | ||
return | void |