ArcObjects Library Reference (GeoDatabase)  

INetworkDataset.Buildable Property

Indicates if this network dataset is buildable.

[Visual Basic .NET]
Public ReadOnly Property Buildable As Boolean
[C#]
public bool Buildable {get;}
[C++]
HRESULT get_Buildable(
  VARIANT_BOOL* Buildable
);
[C++]

Parameters

Buildable [out, retval]   Buildable is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

Returns a boolean value indicating if the network dataset can be built using the INetworkBuild:BuildNetwork method.  This method will return true for Geodatabase and Shapefile network datasets and false for SDC network datasets.  Use the INetworkDataset:NetworkType property to determine the type of network dataset.

See Also

INetworkDataset Interface