ESRI.ArcGIS.ADF.ArcGISServer
Buildable Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DENetworkDataset Class : Buildable Property




Indicates if this network dataset is buildable.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=2)>
Public Property Buildable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DENetworkDataset
Dim value As Boolean
 
instance.Buildable = value
 
value = instance.Buildable
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=2)]
public bool Buildable {get; set;}

See Also

© 2010 All Rights Reserved.