Method | Description | |
---|---|---|
AddFilterSubsetAttribute ( IDENetworkDataset deNet ) : IEvaluatedNetworkAttribute | ||
Initialize ( INetworkDataset networkDataset, IDENetworkDataset DataElement, INetworkSource netSource, IEvaluatedNetworkAttribute netAttribute ) : void | ||
QueryValue ( INetworkElement Element, IRow Row ) : object | ||
Refresh ( ) : void | ||
RemoveFilterSubsetAttribute ( IDENetworkDataset deNet ) : void | ||
ResetFilterSubsetParameters ( INetworkAttribute2 netAttribute, List |
||
SupportsDefault ( esriNetworkElementType ElementType, IEvaluatedNetworkAttribute netAttribute ) : bool | ||
SupportsSource ( INetworkSource Source, IEvaluatedNetworkAttribute netAttribute ) : bool | ||
ValidateDefault ( esriNetworkElementType ElementType, IEvaluatedNetworkAttribute netAttribute, int &ErrorCode, string &ErrorDescription, string &errorAppendInfo ) : bool | ||
ValidateSource ( IDatasetContainer2 datasetContainer, INetworkSource netSource, IEvaluatedNetworkAttribute netAttribute, int &ErrorCode, string &ErrorDescription, string &errorAppendInfo ) : bool |
public static AddFilterSubsetAttribute ( IDENetworkDataset deNet ) : IEvaluatedNetworkAttribute | ||
deNet | IDENetworkDataset | |
return | IEvaluatedNetworkAttribute |
public Initialize ( INetworkDataset networkDataset, IDENetworkDataset DataElement, INetworkSource netSource, IEvaluatedNetworkAttribute netAttribute ) : void | ||
networkDataset | INetworkDataset | |
DataElement | IDENetworkDataset | |
netSource | INetworkSource | |
netAttribute | IEvaluatedNetworkAttribute | |
return | void |
public QueryValue ( INetworkElement Element, IRow Row ) : object | ||
Element | INetworkElement | |
Row | IRow | |
return | object |
public static RemoveFilterSubsetAttribute ( IDENetworkDataset deNet ) : void | ||
deNet | IDENetworkDataset | |
return | void |
public static ResetFilterSubsetParameters ( INetworkAttribute2 netAttribute, List |
||
netAttribute | INetworkAttribute2 | |
netSourceNames | List |
|
return | void |
public SupportsDefault ( esriNetworkElementType ElementType, IEvaluatedNetworkAttribute netAttribute ) : bool | ||
ElementType | esriNetworkElementType | |
netAttribute | IEvaluatedNetworkAttribute | |
return | bool |
public SupportsSource ( INetworkSource Source, IEvaluatedNetworkAttribute netAttribute ) : bool | ||
Source | INetworkSource | |
netAttribute | IEvaluatedNetworkAttribute | |
return | bool |
public ValidateDefault ( esriNetworkElementType ElementType, IEvaluatedNetworkAttribute netAttribute, int &ErrorCode, string &ErrorDescription, string &errorAppendInfo ) : bool | ||
ElementType | esriNetworkElementType | |
netAttribute | IEvaluatedNetworkAttribute | |
ErrorCode | int | |
ErrorDescription | string | |
errorAppendInfo | string | |
return | bool |
public ValidateSource ( IDatasetContainer2 datasetContainer, INetworkSource netSource, IEvaluatedNetworkAttribute netAttribute, int &ErrorCode, string &ErrorDescription, string &errorAppendInfo ) : bool | ||
datasetContainer | IDatasetContainer2 | |
netSource | INetworkSource | |
netAttribute | IEvaluatedNetworkAttribute | |
ErrorCode | int | |
ErrorDescription | string | |
errorAppendInfo | string | |
return | bool |