RelatedFeatureQueryResult QML Type

Contains the features that have been returned from a related table query. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.1
Inherits:

Object

Properties

Detailed Description

Note: You cannot declare or create a component of this type in QML code.

See also FeatureQueryResult.

Property Documentation

feature : ArcGISFeature

Returns the feature for this query (read-only).


fields : list<Field>

Returns the fields of this RelatedFeatureQueryResult (read-only).

See also Field.


geometryType : Enums.GeometryType

Returns the type of geometry shared by all features in this RelatedFeatureQueryResult (read-only).

This property is Enums.GeometryTypeUnknown when the related table has no geometry field.

See also Enums.GeometryType.


iterator : FeatureIterator

Returns an iterator use to iterate over features in this RelatedFeatureQueryResult (read-only).


relatedTable : ArcGISFeatureTable

Returns the related table for this query result (read-only).

See also ArcGISFeatureTable.


relationshipInfo : RelationshipInfo

Returns the relationship info for this query (read-only).

See also RelationshipInfo.


spatialReference : SpatialReference

Returns the spatial reference of the features in this RelatedFeatureQueryResult (read-only).


transferLimitExceeded : bool

Returns whether the transfer limit has been exceeded (read-only).

Returns true if the result does not include all the features matched by the query. Many ArcGIS services only return up to 1000 features even if the query matched more features. When that happens for the query that produces this result, this property is true.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.