Table of Contents

Class GettingFeaturesForDrawingFeatureSourceEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class GettingFeaturesForDrawingFeatureSourceEventArgs : EventArgs
Inheritance
GettingFeaturesForDrawingFeatureSourceEventArgs
Inherited Members

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

Properties

Cancel

public bool Cancel { get; set; }

Property Value

bool

Features

public Collection<Feature> Features { get; }

Property Value

Collection<Feature>

Filter

public string Filter { get; }

Property Value

string

ReturningColumnNames

public Collection<string> ReturningColumnNames { get; }

Property Value

Collection<string>

WorldExtent

public RectangleShape WorldExtent { get; set; }

Property Value

RectangleShape