ESRI.ArcGIS.ADF.ArcGISServer
SegmentArray Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Path Class : SegmentArray Property




Syntax

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

See Also

© 2010 All Rights Reserved.