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




Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, DataType="base64Binary")>
Public Property ODMatrix As Byte()
Visual Basic (Usage)Copy Code
Dim instance As NAServerODCostMatrixResults
Dim value() As Byte
 
instance.ODMatrix = value
 
value = instance.ODMatrix
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, DataType="base64Binary")]
public byte[] ODMatrix {get; set;}

See Also

© 2010 All Rights Reserved.