RelatedFeatureQueryResult QML Type

  • Esri.ArcGISRuntime
  • RelatedFeatureQueryResult
  • Contains the features that have been returned from a related table query. More...

    Import Statement: import Esri.ArcGISRuntime
    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

    [read-only] feature : ArcGISFeature

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


    [read-only] fields : list<Field>

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

    See also Field.


    [read-only] 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.


    [read-only] iterator : FeatureIterator

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


    [read-only] relatedTable : ArcGISFeatureTable

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

    See also ArcGISFeatureTable.


    [read-only] relationshipInfo : RelationshipInfo

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

    See also RelationshipInfo.


    [read-only] spatialReference : SpatialReference

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


    [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.