This document is archived and information here might be outdated. Recommended version. |
A property to access the value of the specified field as a string.
[Visual Basic .NET]
Public Function get_ValueAsString ( _
ByVal index As Object _
) As String
[C#]
public string get_ValueAsString (
object index
);
Returns the field Value of the field at the specified index in the ARFeature's field collection as a String. There is always at least one field within the field collection.