The DataShortcuts..::..DataShortcutManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateReference |
Create Data Reference entity at host drawing according to index of
entity in data shortcut project.
| |
| Dispose | Releases all resources used by the DataShortcuts..::..DataShortcutManager | |
| GetCurrentlySelectedItemsIndexList | ||
| GetDependentItemsIndexList | ||
| GetDirectChildrenItemsIndexList | ||
| GetExportableItemAt |
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.
| |
| GetExportableItemsCount | ||
| GetItemNameAt | ||
| GetParentItemIndex | ||
| GetPublishedItemAt |
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.
| |
| GetPublishedItemsCount |
This method is used to get the number of all Data Shortcuts from current Data Shortcut project.
| |
| GetRecursiveChildrenItemsIndexList | ||
| HasExpired | ||
| IsItemAtIndexAlreadyPublished | ||
| RepairBrokenDataShortcut(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.
| |
| RepairBrokenDataShortcut(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.
| |
| SetSelectItemAtIndex |