ArcObjects Library Reference (GeoDatabase) |
|
Provides access to the class the row belongs to.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
Name |
Description |
![Read-only property](bitmaps/ReadOnly.gif) |
Class |
The Object Class for the row. |
![Method](bitmaps/Method.gif) |
Delete |
Deletes the row. |
![Read-only property](bitmaps/ReadOnly.gif) |
Fields |
The fields Collection for this row buffer. |
![Read-only property](bitmaps/ReadOnly.gif) |
HasOID |
Indicates if the row has an OID. |
![Read-only property](bitmaps/ReadOnly.gif) |
OID |
The OID for the row. |
![Method](bitmaps/Method.gif) |
Store |
Stores the row. |
![Read-only property](bitmaps/ReadOnly.gif) |
Table |
The Table for the row. |
![Read/write property](bitmaps/ReadWrite.gif) |
Value |
The value of the field with the specified index. |
Inherited Interfaces
Interfaces |
Description |
IRow |
Provides access to members that return information about the row, the table the row belongs to and storing and deleting the row. |
IRowBuffer |
Provides access to members used for getting and modifying a rows values and for getting the fields in the row. |
CoClasses that implement IObject
.NET Samples
Edit event listener (Code Files:
EventListener) |
Timestamper class extension (Code Files:
TimestampClassExtension) |
Add-in custom editor extension (Code Files:
ValidateFeaturesExtension) |
Reducing schematic nodes and computing a cumulative attribute via a schematic rule (Code Files:
NodeReductionRule)
.NET Related Topics
Building editor extensions using add-ins |
Creating class extensions |
Geodatabase API best practices |
Listening to object class events |
Working with geodatabase rules