ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– 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. You can use the FeaturesToDraw property to add and remove features to draw before the FeatureLayer actually draws them.
*System.Object System.EventArgs *ThinkGeo.MapSuite.PortableCore.DrawingWrappingFeaturesFeatureLayerEventArgs
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is a constructor for the class. | ||
![]() | Collection<Feature> | This is a constructor for the class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Collection<Feature> | This property gets the collection of InternalFeatures that will draw. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is a constructor for the class.
This is the default constructor.
Name | Type | Description |
---|
This is a constructor for the class.
Name | Type | Description |
---|---|---|
featuresToDraw | Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.Feature} –> | This parameter represents the faatures that will be drawn. |
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This property gets the collection of InternalFeatures that will draw.
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 Type |
---|
Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.Feature} –> |
<!– ThinkGeo.MapSuite.PortableCore.DrawingWrappingFeaturesFeatureLayerEventArgs –> Go Back