User Tools

Site Tools


thinkgeo.mapsuite.core.drawingfeatureseventargs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.core.drawingfeatureseventargs [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.core.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}}
  
- 
-<!-- Class --> 
 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.
-=== Remarks === 
-This is the event arguments class for the DrawingFeatures event of the FeatureLayer. You can use the FeaturesToDraw property to add and remove features to draw before the FeatureLayer actually draws them. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**System.EventArgs +    *System.EventArgs 
-***[[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs]]+      ***ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} DrawingFeaturesEventArgs() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#DrawingFeaturesEventArgs()|DrawingFeaturesEventArgs]] ​  ​| ​   |    | This is a constructor for the class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawingFeaturesEventArgs(IEnumerable<​Feature>​)|DrawingFeaturesEventArgs]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawingFeaturesEventArgs(IEnumerable<​Feature>,​ ZoomLevel)|DrawingFeaturesEventArgs]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,​ [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] ​  ​| ​   | This is a constructor for the class. ​  |+
  
-==== Protected Constructors ​==== +  * //This is a constructor for the class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //None// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DrawingFeaturesEventArgs(IEnumerable<​Feature>​) **
  
-==== Public Methods ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +  * //N/A// 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]]   |    | Object ​  ​| ​   | +== Parameters ​== 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +  * //​featuresToDraw//​ 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+    * Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
 +    ​* Description:N/A
  
-==== Protected Methods ==== +<div newline></​div>​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:PublicMethod.gif|}} ​DrawingFeaturesEventArgs(IEnumerable<​Feature>,​ZoomLevel**
-{{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ​==== +  * //This is a constructor for the class.// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Cancel|Cancel]] ​  | Boolean ​  ​| ​   |    | +  * //None// 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​DrawingZoomLevel|DrawingZoomLevel]] ​  | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] ​  ​| ​   |    | +== Parameters ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FeaturesToDraw|FeaturesToDraw]] ​  | Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> ​  |    This property gets the collection of InternalFeatures ​that will draw  |+  * //​featuresToDraw//​ 
 +    ​* Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
 +    * Description:​This parameter represents ​the faatures ​that will be drawn.
  
-==== Protected Properties ==== +  * //​drawingZoomLevel//​ 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+    * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
 +    * Description:​N/​A
  
-==== Public ​Events ​==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+==== Protected Constructors ==== 
 +==== Public ​Methods ​==== 
 +** {{wiki:​PublicMethod.gif|}} ToString() **
  
-===== Public Constructors ===== +  * //N/A// 
-==== DrawingFeaturesEventArgs() ==== +== Remarks ​== 
-This is a constructor for the class. +  ​* //N/A//
-=== Overloads === +
-This is the default constructor. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== DrawingFeaturesEventArgs(IEnumerable<​Feature>​) ​==== +  ​Type:String 
-=== Parameters === +  Description:N/A
-^  Name ^  ​Type ​ ​Description ​+
-| featuresToDraw ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== DrawingFeaturesEventArgs(IEnumerable<​Feature>,​ ZoomLevel) ==== +<div newline></div
-This is a constructor for the class. +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-=== Parameters ​=== +
-^  Name ^  Type ^  Description ^ +
-| featuresToDraw ​  | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --  | This parameter represents the faatures that will be drawn. ​  | +
-| drawingZoomLevel ​  | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<​!-- ThinkGeo.MapSuite.Core.ZoomLevel --> ​  ​| ​   ​|+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks ​== 
-===== Public Methods ===== +  * //N/A//
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //obj// 
-==== GetHashCode() ​==== +    ​* ​Type:Object 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetType() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ToString() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-===== Protected Methods ===== +  * Description:N/A
-==== Finalize() ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-===== Public Properties ===== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-==== Cancel ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== DrawingZoomLevel ​==== +  * //N/A// 
-=== Return Value === + 
-^ Return Type ^ +== Return Value == 
-| [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<​!-- ThinkGeo.MapSuite.Core.ZoomLevel --> ​  |+  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} FeaturesToDraw **
  
-<!-- ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs --> 
-[[#Public Properties|Go Back]] 
-==== 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 == 
-^ Return ​Type +  ​* ​Type:Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​
-Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs --> +** {{wiki:​PublicProperty.gif|}} DrawingZoomLevel ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ​===== +N/A 
-===== Public Events ====+== Remarks == 
-__NOTOC__ +N/A 
-[[Category:​MapSuiteCore]] +== Return Value == 
-[[Category:​ThinkGeo.MapSuite.Core]] +  * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-[[Category:​UpdateDocumentation]]+ 
 +** {{wiki:​PublicProperty.gif|}} Cancel ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.core.drawingfeatureseventargs.1440040128.txt.gz · Last modified: 2015/09/17 08:58 (external edit)