ArcGIS API for WPF - Library Reference
PointCollection Class Members
See Also  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace : PointCollection Class


The following tables list the members exposed by PointCollection.

Public Constructors

 NameDescription
public ConstructorPointCollection ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
public PropertyItemGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
Top

Protected Properties

 NameDescription
protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
Top

Public Methods

 NameDescription
public MethodAddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
public MethodMoveMoves the item at the specified index to a new location in the collection. (Inherited from System.Collections.ObjectModel.ObservableCollection<MapPoint>)
public MethodRemoveRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
Top

Protected Methods

 NameDescription
protected MethodBlockReentrancyDisallows reentrant attempts to change this collection. (Inherited from System.Collections.ObjectModel.ObservableCollection<MapPoint>)
protected MethodCheckReentrancyChecks for reentrant attempts to change this collection. (Inherited from System.Collections.ObjectModel.ObservableCollection<MapPoint>)
protected MethodClearItemsOverridden.  Removes all items from the collection.  
protected MethodInsertItemInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
protected MethodMoveItemMoves the item at the specified index to a new location in the collection. (Inherited from System.Collections.ObjectModel.ObservableCollection<MapPoint>)
protected MethodOnCollectionChangedOverridden. Raises the E:CollectionChanged event.  
protected MethodOnPropertyChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<MapPoint>)
protected MethodRemoveItemRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
protected MethodSetItemReplaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<MapPoint>)
Top

Public Events

 NameDescription
public EventCollectionChangedOccurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Inherited from System.Collections.ObjectModel.ObservableCollection<MapPoint>)
Top

Protected Events

 NameDescription
protected EventPropertyChangedOccurs when a property value changes. (Inherited from System.Collections.ObjectModel.ObservableCollection<MapPoint>)
Top

See Also

© ESRI, Inc. All Rights Reserved.