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


INetworkDataset.Buildable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkDataset Interface > INetworkDataset.Buildable Property
ArcGIS Developer Help

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(
  Boolean* Buildable
);
[C++]
Parameters
Buildable [out, retval]

Buildable is a parameter of type 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