Get info for selected item (Flow Class, Root, Child)

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Function GetSelectedItemInfo ( _
	_level As Integer, _
	_objDescr As String, _
	_rootDescr As String, _
	_childDescr As String _
) As ItemInfo
C#
public ItemInfo GetSelectedItemInfo(
	int _level,
	string _objDescr,
	string _rootDescr,
	string _childDescr
)
Visual C++
public:
ItemInfo GetSelectedItemInfo(
	int _level, 
	String^ _objDescr, 
	String^ _rootDescr, 
	String^ _childDescr
)
JavaScript
function getSelectedItemInfo(_level, _objDescr, _rootDescr, _childDescr);

Parameters

_level
Type: System..::.Int32
Item level (0 -> Flow Class, 1->Root, 2->Child (leaf)
_objDescr
Type: System..::.String
Flow Class desctiption
_rootDescr
Type: System..::.String
Root description
_childDescr
Type: System..::.String
Child desctiption

Return Value

Item info

See Also