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


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

IDENetworkDataset.Buildable Property

Indicates if this network dataset is buildable.

[Visual Basic .NET]
Public Property Buildable As Boolean
[C#]
public bool Buildable {get; set;}
[C++]
HRESULT get_Buildable(
  Boolean* SupportsTurns
);
[C++]
HRESULT put_Buildable(
  VARIANT_BOOL SupportsTurns
);
[C++]
Parameters
SupportsTurns [out, retval]

SupportsTurns is a parameter of type bool* SupportsTurns [in]
SupportsTurns is a parameter of type bool

Product Availability

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

Remarks

The Buildable property indicates whether the network dataset can be built with the INetworkBuild::BuildNetwork method. All shapefile and Geodatabase network datasets built through the Network Dataset Wizard will return a value of True. SDC based network datasets will return a value of False.

If not set on the data element, the Buildable property will default to True for shapefile and geodatabase networks.

See Also

IDENetworkDataset Interface