DataShortcutsDataShortcutManager Class |
Inheritance HierarchySystemObject
Autodesk.Civil.DataShortcutsDataShortcutsDataShortcutManager
Namespace: Autodesk.Civil.DataShortcutsAssembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.8.0.292
Syntaxpublic class DataShortcutManager : IDisposable
Public Class DataShortcutManager
Implements IDisposable
public ref class DataShortcutManager : IDisposable
The DataShortcutsDataShortcutManager type exposes the following members.
Methods | Name | Description |
---|
  | CreatePartialReferenceSurface |
Creates a partial reference surface with a specified boundary in the host drawing according to the host database,
source drawing file name, surface name, and boundary object ID.
|
  | CreateReference |
Create Data Reference entity at host drawing according to index of
entity in data shortcut project.
|
 | Dispose | Releases all resources used by the DataShortcutsDataShortcutManager |
 | 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 | |
Top
See Also