This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDENetworkDataset Interface > IDENetworkDataset.Buildable Property (ArcObjects .NET 10.5 SDK) |
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
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.