The DataShortcuts..::..DataShortcutManager type exposes the following members.

Methods

  NameDescription
Public methodCreateReference
Create Data Reference entity at host drawing according to index of entity in data shortcut project.
Public methodDispose
Releases all resources used by the DataShortcuts..::..DataShortcutManager
Public methodGetCurrentlySelectedItemsIndexList
Public methodGetDependentItemsIndexList
Public methodGetDirectChildrenItemsIndexList
Public methodGetExportableItemAt
This method is used to get the information of an exportable object. Not only itself, but also its parent, direct children, recursive children and dependent objects.
Public methodGetExportableItemsCount
Public methodGetItemNameAt
Public methodGetParentItemIndex
Public methodGetPublishedItemAt
This method is used to get the information of a Data Shortcut from current Data Shortcut project. API users can get the information: what is the name of the Data Shortcut, where is the expected source drawing and whether it is broken or not.
Public methodGetPublishedItemsCount
This method is used to get the number of all Data Shortcuts from current Data Shortcut project.
Public methodGetRecursiveChildrenItemsIndexList
Public methodHasExpired
Public methodIsItemAtIndexAlreadyPublished
Public methodRepairBrokenDataShortcut(Int32, String)
This method is used to repair the broken Data Shortcut. A broken Data Shortcut is the one which source drawing or source entity can not be found. This method only try to repair the specified broken Data Shortcut.
Public methodRepairBrokenDataShortcut(Int32, String, Boolean)
This method is used to repair the broken Data Shortcut. A broken Data Shortcut is the one which source drawing or source entity can not be found. If autoRepairOther == true and the specified broken Data Shortcut can be repaired successfully, we will try to repair all other broken Data Shortcuts with the same source drawing.
Public methodSetSelectItemAtIndex

See Also