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 | ||
---|---|---|
![]() |
CenterAt | Centers the feature on the map display. |
![]() |
CustomProperty | A property to associate data with an object. |
![]() |
FieldAccessible | A property that checks if the specified field is accessible. |
![]() |
FieldAliasName | The alias name of the field. |
![]() |
FieldCount | The number of fields in the field collection. |
![]() |
FieldName | The name of the field. |
![]() |
FieldType | The type of field. |
![]() |
Flash | Flashes the feature on the display. |
![]() |
Flicker | Flickers the feature on the display. |
![]() |
Highlight | Highlights the feature on the display. |
![]() |
InternalObject | The internal ArcObjects IFeature object. |
![]() |
Value | The value of the field. |
![]() |
ValueAsString | A property to access the value of the specified field as a string. |
![]() |
ZoomTo | Zooms the map to display the feature. |
CoClasses that implement IARFeature
CoClasses and Classes | Description |
---|---|
ARFeature | ARFeature object. |