ESRI.ArcGIS.ADF.ArcGISServer
PathArray Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > PolylineN Class : PathArray Property




Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute(XmlSchemaForm.Unqualified)>
<XmlArrayAttribute(XmlSchemaForm.Unqualified)>
Public Property PathArray As Path()
Visual Basic (Usage)Copy Code
Dim instance As PolylineN
Dim value() As Path
 
instance.PathArray = value
 
value = instance.PathArray
C# 
[XmlArrayItemAttribute(XmlSchemaForm.Unqualified)]
[XmlArrayAttribute(XmlSchemaForm.Unqualified)]
public Path[] PathArray {get; set;}

See Also

© 2010 All Rights Reserved.