This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.portablecore.drawingfeatureseventargs [2015/09/21 08:06] admin |
thinkgeo.mapsuite.portablecore.drawingfeatureseventargs [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs ====== | ====== ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This is the event arguments class for the DrawingFeatures event of the FeatureLayer. | This is the event arguments class for the DrawingFeatures event of the FeatureLayer. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 9: | Line 12: | ||
| ** {{wiki:PublicMethod.gif|}} DrawingFeaturesEventArgs() ** | ** {{wiki:PublicMethod.gif|}} DrawingFeaturesEventArgs() ** | ||
| - | This is a constructor for the class. | + | * //This is a constructor for the class.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} DrawingFeaturesEventArgs(IEnumerable<Feature>) ** | + | ** {{wiki:PublicMethod.gif|}} DrawingFeaturesEventArgs(Collection<Feature>) ** |
| - | N/A | + | * //This is a constructor for the class.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //None// |
| == Parameters == | == Parameters == | ||
| * //featuresToDraw// | * //featuresToDraw// | ||
| - | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
| - | * Description:N/A | + | * Description:This parameter represents the faatures that will be drawn. |
| <div newline></div> | <div newline></div> | ||
| ** {{wiki:PublicMethod.gif|}} DrawingFeaturesEventArgs(IEnumerable<Feature>,ZoomLevel) ** | ** {{wiki:PublicMethod.gif|}} DrawingFeaturesEventArgs(IEnumerable<Feature>,ZoomLevel) ** | ||
| - | This is a constructor for the class. | + | * //This is a constructor for the class.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Parameters == | == Parameters == | ||
| * //featuresToDraw// | * //featuresToDraw// | ||
| Line 44: | Line 47: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 56: | Line 59: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 72: | Line 75: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 84: | Line 87: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 97: | Line 100: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 109: | Line 112: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 122: | Line 125: | ||
| ** {{wiki:PublicProperty.gif|}} FeaturesToDraw ** | ** {{wiki:PublicProperty.gif|}} FeaturesToDraw ** | ||
| - | This property gets the collection of InternalFeatures that will draw. | + | * //This property gets the collection of InternalFeatures that will draw.// |
| == Remarks == | == Remarks == | ||
| - | This property gets the collection of InternalFeatures that will draw. You can add, remove or edit items in this collection and they will be considered for drawing in the FeatureLayer. | + | * //This property gets the collection of InternalFeatures that will draw. You can add, remove or edit items in this collection and they will be considered for drawing in the FeatureLayer.// |
| == Return Value == | == Return Value == | ||
| * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | ||
| Line 130: | Line 133: | ||
| ** {{wiki:PublicProperty.gif|}} DrawingZoomLevel ** | ** {{wiki:PublicProperty.gif|}} DrawingZoomLevel ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | ||
| Line 138: | Line 141: | ||
| ** {{wiki:PublicProperty.gif|}} Cancel ** | ** {{wiki:PublicProperty.gif|}} Cancel ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||