ESRI.ArcGIS.ADF.ArcGISServer
DestinationOIDIndex Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NAServerODCostMatrixResults Class : DestinationOIDIndex Property




Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute(Form=XmlSchemaForm.Unqualified, ElementName="Int")>
<XmlArrayAttribute(XmlSchemaForm.Unqualified)>
Public Property DestinationOIDIndex As Integer()
Visual Basic (Usage)Copy Code
Dim instance As NAServerODCostMatrixResults
Dim value() As Integer
 
instance.DestinationOIDIndex = value
 
value = instance.DestinationOIDIndex
C# 
[XmlArrayItemAttribute(Form=XmlSchemaForm.Unqualified, ElementName="Int")]
[XmlArrayAttribute(XmlSchemaForm.Unqualified)]
public int[] DestinationOIDIndex {get; set;}

See Also

© 2010 All Rights Reserved.