ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* SupportsTurns
);
[C++]
HRESULT put_Buildable(
  VARIANT_BOOL SupportsTurns
);
[C++]

Parameters

SupportsTurns [out, retval]   SupportsTurns is a parameter of type VARIANT_BOOL SupportsTurns [in]   SupportsTurns is a parameter of type VARIANT_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