Skip to main content
All docs
V26.1
  • IExpandedClusterLayout.GetLocation(MapItem, Int32) Method

    If implemented, returns the location of the map item with the specified index.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    CoordPoint GetLocation(
        MapItem sourceItem,
        int index
    )

    Parameters

    Name Type Description
    sourceItem MapItem

    The map item whose location is to be obtained.

    index Int32

    A zero-based integer that specifies the map index.

    Returns

    Type Description
    CoordPoint

    A CoordPoint descendant that defines map item coordinates.

    See Also