This document is archived and information here might be outdated. Recommended version. |
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
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.