This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkDataset Interface > INetworkDataset.Buildable Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* Buildable
);
[C++]
Parameters Buildable [out, retval] Buildable is a parameter of type VARIANT_BOOL
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.