ArcObjects Library Reference (PublisherControls)  

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

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.

CoClasses that implement IARFeature

CoClasses and Classes Description
ARFeature ARFeature object.