Skip to content

GettingFeaturesForDrawingFeatureSourceEventArgs

Namespace: ThinkGeo.Core

public class GettingFeaturesForDrawingFeatureSourceEventArgs : System.EventArgs

Inheritance ObjectEventArgsGettingFeaturesForDrawingFeatureSourceEventArgs

Properties

ReturningColumnNames

public Collection<string> ReturningColumnNames { get; }

Property Value

Collection<String>

Filter

public string Filter { get; }

Property Value

String

WorldExtent

public RectangleShape WorldExtent { get; set; }

Property Value

RectangleShape

Cancel

public bool Cancel { get; set; }

Property Value

Boolean

Features

public Collection<Feature> Features { get; }

Property Value

Collection<Feature>

Constructors

GettingFeaturesForDrawingFeatureSourceEventArgs()

public GettingFeaturesForDrawingFeatureSourceEventArgs()

GettingFeaturesForDrawingFeatureSourceEventArgs(RectangleShape, IEnumerable<String>)

public GettingFeaturesForDrawingFeatureSourceEventArgs(RectangleShape worldExtent, IEnumerable<string> returningColumnNames)

Parameters

worldExtent RectangleShape

returningColumnNames IEnumerable<String>

GettingFeaturesForDrawingFeatureSourceEventArgs(RectangleShape, IEnumerable<String>, String)

public GettingFeaturesForDrawingFeatureSourceEventArgs(RectangleShape worldExtent, IEnumerable<string> returningColumnNames, string filter)

Parameters

worldExtent RectangleShape

returningColumnNames IEnumerable<String>

filter String