Show / Hide Table of Contents

Constructor SearchResult

| Edit this page View Source

SearchResult(string, string?, ISearchSource, GeoElement?, Viewpoint?)

Initializes a new instance of the SearchResult class.

Declaration
public SearchResult(string title, string? subtitle, ISearchSource owner, GeoElement? geoElement, Viewpoint? viewpoint)
Parameters
Type Name Description
string title

Sets the DisplayTitle.

string subtitle

Sets the DisplaySubtitle.

ISearchSource owner

Sets the OwningSource.

GeoElement geoElement

Sets the GeoElement.

Viewpoint viewpoint

Sets the SelectionViewpoint.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX