Custom action to perform at each node in a model hierarchy.
delegate
|
ModelDelegate
|
||||
(int32 level,
IModel model,
IModelPart part)
|
|||||
type
|
bool
|
||||
params
|
level
|
The
hierarchy
level
(0
is
the
root
model). |
|||
model
|
The current model. | ||||
part
|
The
current
model
part
or
null
iff
model
is
being
visited.
|
||||
returns
|
true
to
continue
traversal
with
the
next
hierarchy
level,
false
to
stop
traversal
at
the
current
hierarchy
level.
|