This document is archived and information here might be outdated. Recommended version. |
Provides access to the Map Server Row Interface.
Use IMapServerRow to access row properties of a related table.
Name | Description | |
---|---|---|
Name | The value of the primary display field. | |
PropertySet | A set of name-value pairs for the row's field names and values. | |
RelatedRows | The related rows (relationships). |
Classes | Description |
---|---|
MapServerRow | The Map Server Row coclass contains information about a row. |
A layer can be related to a table. The property RelatedRows on the IMapServerIdentifyResult interface returns a collection of MapServerRelationship objects. The IMapServerRelationship interface contains the name of the relate and the property Rows. This property returns a collection of MapServerRow objects. MapServerRow objects honor all field aliases, field visibility and field formatting set in the map document or the GeoDatabase. Using the IMapServerRow interface you can access properties (Name, PropertySet and RelatedRows) of the row of a related table.