Search Results for

    Show / Hide Table of Contents

    Interface IGeometryCollection

    A geo shape representing a collection of IGeoShape geometries

    Inherited Members
    IGeoShape.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IGeometryCollection : IGeoShape

    Properties

    | Edit this page View Source

    Geometries

    A collection of IGeoShape geometries

    Declaration
    [DataMember(Name = "geometries")]
    IEnumerable<IGeoShape> Geometries { get; set; }
    Property Value
    Type Description
    IEnumerable<IGeoShape>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Geometries
    • Extension Methods
    Back to top Generated by DocFX