ESRI.ArcGIS.ADF.ArcGISServer
SignpostFeatureClassName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NetworkDirections Class : SignpostFeatureClassName Property




The name of the feature class containing the signposts.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property SignpostFeatureClassName As String
Visual Basic (Usage)Copy Code
Dim instance As NetworkDirections
Dim value As String
 
instance.SignpostFeatureClassName = value
 
value = instance.SignpostFeatureClassName
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public string SignpostFeatureClassName {get; set;}

See Also

© 2010 All Rights Reserved.