Skip to main content

CoordPointCollection.Add(CoordPoint) Method

Adds a CoordPoint class descendant object to the collection.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public override int Add(
    CoordPoint value
)

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