com.esri.arcgis.analyst3d
Interface ISceneBookmarks2

All Superinterfaces:
ISceneBookmarks, java.io.Serializable
All Known Implementing Classes:
Globe, ISceneBookmarks2Proxy

public interface ISceneBookmarks2
extends ISceneBookmarks, java.io.Serializable

COM Interface 'ISceneBookmarks2'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Provides access to members that control the scene bookmarks.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd530208f_48a9_45d0_b5c9_a1474987b113
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.analyst3d.ISceneBookmarks
IIDbcdb3325_9afa_11d5_b29f_00508bcdde28
 
Method Summary
 void moveBookmarkTo(IBookmark3D bookmark, int index)
          Moves a bookmark in the collection.
 void sortBookmarks(boolean ascending)
          Sorts bookmarks in the collection.
 
Methods inherited from interface com.esri.arcgis.analyst3d.ISceneBookmarks
addBookmark, findBookmark, getBookmarkCount, getBookmarks, loadBookmarks, removeAllBookmarks, removeBookmark, saveBookmarks
 

Field Detail

IIDd530208f_48a9_45d0_b5c9_a1474987b113

static final int IIDd530208f_48a9_45d0_b5c9_a1474987b113
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

moveBookmarkTo

void moveBookmarkTo(IBookmark3D bookmark,
                    int index)
                    throws java.io.IOException,
                           AutomationException
Moves a bookmark in the collection.

Parameters:
bookmark - A reference to a com.esri.arcgis.analyst3d.IBookmark3D (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sortBookmarks

void sortBookmarks(boolean ascending)
                   throws java.io.IOException,
                          AutomationException
Sorts bookmarks in the collection.

Parameters:
ascending - The ascending (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.