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


IARFeature.ValueAsString Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARFeature Interface > IARFeature.ValueAsString Property
ArcGIS Developer Help

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