Adds the specified activity as a child to this activity in the underlying Model.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
void AddModelChild ( |
Visual Basic
Copy Code
|
|---|
Sub AddModelChild( _ |
The 0-based position in the children collection where the new child should be inserted, or -1, to add the new child at the end.
The activity to be added as a child.
See Also