ArcObjects Library Reference (Carto)  

IMapBookmarks2.SortBookmarks Method

Adds a bookmark to the collection.

[Visual Basic .NET]
Public Sub SortBookmarks ( _
    ByVal Ascending As Boolean _
)
[C#]
public void SortBookmarks (
    bool Ascending
);
[C++]
HRESULT SortBookmarks(
  VARIANT_BOOL Ascending
);
[C++]

Parameters

Ascending [in]   Ascending is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapBookmarks2 Interface