CoordPointCollection.Add(CoordPoint) Method
Adds a CoordPoint class descendant object to the collection.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | CoordPoint | A CoordPoint class descendant object which should be added to the collection. |
Returns
Type | Description |
---|---|
Int32 | An integer value indicating the position into which the new element was inserted. |
See Also