The FeatureT generic type exposes the following members.
Properties
Name | Description | |
---|---|---|
Geometry |
The geometry of the underlying graphic object.
| |
IsDataBound |
Indicates if this instance is bound to an actual row in the underlying table.
(Inherited from Feature.) | |
IsDirty |
Indicates if any of the mapped properties has been changed via the property setter.
(Inherited from Feature.) | |
Item |
Gets or sets a field value based on the field name. This allows for manipulating fields that are not mapped to a property. If the field is mapped to a property, the property value is accessed via Reflection.
(Inherited from Feature.) | |
OID |
The Object ID of the feature.
(Inherited from Feature.) |
See Also