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


IARFeature Interface (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
ArcGIS Developer Help

IARFeature Interface

Provides access to members that control the ARFeature.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The IARFeature interface is a starting point for accessing the feature's field and field values, and identifying the feature on the display. 

Members

Name Description
Method CenterAt Centers the feature on the map display.
Read/write property CustomProperty A property to associate data with an object.
Read-only property FieldAccessible A property that checks if the specified field is accessible.
Read-only property FieldAliasName The alias name of the field.
Read-only property FieldCount The number of fields in the field collection.
Read-only property FieldName The name of the field.
Read-only property FieldType The type of field.
Method Flash Flashes the feature on the display.
Method Flicker Flickers the feature on the display.
Method Highlight Highlights the feature on the display.
Read-only property InternalObject The internal ArcObjects IFeature object.
Read-only property Value The value of the field.
Read-only property ValueAsString A property to access the value of the specified field as a string.
Method ZoomTo Zooms the map to display the feature.

Classes that implement IARFeature

Classes Description
ARFeature ARFeature object.