ESRI.ArcGIS.ADF.ArcGISServer
IsFeatureLayer Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapLayerInfo Class : IsFeatureLayer Property




Syntax

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

See Also

© 2010 All Rights Reserved.