Click or drag to resize

commandTreeToolsBuildCommandTree Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the command tree.

Namespace:  imbACE.Core.commands.tree
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static commandTree BuildCommandTree(
	IAceOperationSetExecutor source,
	bool includeParentTypes = true
)
Request Example View Source

Parameters

source
Type: imbACE.Core.operationsIAceOperationSetExecutor
The source.
includeParentTypes (Optional)
Type: SystemBoolean
if set to true it will include only this type.

Return Value

Type: commandTree
See Also