This document is archived and information here might be outdated.  Recommended version.


IEvaluatedNetworkAttribute2.DENetworkDataset Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEvaluatedNetworkAttribute2.DENetworkDataset Property

Evaluator used to derive values from the given network source for this network attribute.

[Visual Basic .NET]
Public ReadOnly Property DENetworkDataset As IDENetworkDataset
[C#]
public IDENetworkDataset DENetworkDataset {get;}
[C++]
HRESULT get_DENetworkDataset(
  IDENetworkDataset** DataElement
);
[C++]

Parameters DataElement [out, retval]
DataElement is a parameter of type IDENetworkDataset

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IEvaluatedNetworkAttribute2 Interface