GettingFeaturesForDrawingFeatureSourceEventArgs¶
Namespace: ThinkGeo.Core
public class GettingFeaturesForDrawingFeatureSourceEventArgs : System.EventArgs
Inheritance Object → EventArgs → GettingFeaturesForDrawingFeatureSourceEventArgs
Properties¶
ReturningColumnNames¶
public Collection<string> ReturningColumnNames { get; }
Property Value¶
Filter¶
public string Filter { get; }
Property Value¶
WorldExtent¶
public RectangleShape WorldExtent { get; set; }
Property Value¶
Cancel¶
public bool Cancel { get; set; }
Property Value¶
Features¶
public Collection<Feature> Features { get; }
Property Value¶
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