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


INAServerNetworkDescription2.State Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerNetworkDescription2.State Property

Network Dataset build state.

[Visual Basic .NET]
Public ReadOnly Property State As esriNetworkDatasetState
[C#]
public esriNetworkDatasetState State {get;}
[C++]
HRESULT get_State(
  esriNetworkDatasetState* networkDatasetState
);
[C++]

Parameters networkDatasetState [out, retval]
networkDatasetState is a parameter of type esriNetworkDatasetState

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

The State property indicates if the network dataset is empty, unbuilt, or built.  If it has any dirty areas, it is considered unbuilt.

See Also

INAServerNetworkDescription2 Interface