Concider certain item (Flow Class, Root, Child) for drawing
Namespace:
FlowMap
Assembly:
FlowMap (in FlowMap.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub ObjectCheckChanged ( _
_level As Integer, _
_objDescr As String, _
_rootDescr As String, _
_childDescr As String, _
_selected As Boolean _
) |
C# |
---|
public void ObjectCheckChanged(
int _level,
string _objDescr,
string _rootDescr,
string _childDescr,
bool _selected
) |
Visual C++ |
---|
public:
void ObjectCheckChanged(
int _level,
String^ _objDescr,
String^ _rootDescr,
String^ _childDescr,
bool _selected
) |
JavaScript |
---|
function objectCheckChanged(_level, _objDescr, _rootDescr, _childDescr, _selected); |
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
- _selected
- Type: System..::.Boolean
on / off
See Also