Share

DataShortcuts.DataShortcutManager.GetPublishedItemsCount Method

This method is used to get the number of all Data Shortcuts from current Data Shortcut project.



Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.8.0.280

Syntax

C#

public int GetPublishedItemsCount()

VB

Public Function GetPublishedItemsCount As Integer

C++

public:
int GetPublishedItemsCount()

Return Value

Int32
Returns the number of all Data Shortcuts.

See Also

Reference

Was this information helpful?