ArcGIS Explorer Component Help |
Row Members |
Row Class Methods Properties See Also |
The Row type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetRelatedRows | Overloaded. Gets related rows from another Table linked by the specified relationship. | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Geometry |
Gets the geometry stored in the SHAPE column for the Row. This property only applies to geodatabase
feature classes and shapefiles which are capable of storing vector data.
| |
HasObjectIDColumn |
Gets a value indicating whether the Table has a geodatabase-managed, unique identifier column. Typically this is the OBJECTID column for
geodatabase tables/feature classes, the FID column for shapefiles and OID column for dBase tables.
| |
ObjectID |
Gets the value from the geodatabase-managed column which uniquely identifies the Row. Typically this is value stored in the OBJECTID column for
geodatabase tables/feature classes, the FID column for shapefiles and OID column for dBase tables.
| |
Table |
Gets the Table in which the Row is contained.
| |
Values |
Gets a collection of all values stored for the Row, one for each column in the table.
|