This document is archived and information here might be outdated.  Recommended version.


IARFeature.ValueAsString Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (PublisherControls)  

IARFeature.ValueAsString Property

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
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

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.

See Also

IARFeature Interface