Share

DataShortcuts.DataShortcutManager.GetDependentItemsIndexList Method



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

Syntax

C#

public IList<int> GetDependentItemsIndexList(
	int index
)

VB

Public Function GetDependentItemsIndexList ( 
	index As Integer
) As IList(Of Integer)

C++

public:
IList<int>^ GetDependentItemsIndexList(
	int index
)

Parameters

index  Int32
 

Return Value

IListInt32

See Also

Reference

Was this information helpful?