IPluginToolboxGroups.GetToolboxGroups Method

Returns the array of Toolbox Groups supported by the Plug-in.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
ToolboxGroup[] GetToolboxGroups(
	SessionProfile sessionProfile
)

Parameters

sessionProfile  SessionProfile
Session profile.

Return Value

ToolboxGroup[]
Toolbox groups.

See Also