IPluginToolboxGroupsGetToolboxGroups 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.2.9018.0
C#
ToolboxGroup[] GetToolboxGroups(
	SessionProfile sessionProfile
)

Parameters

sessionProfile  SessionProfile
Session profile.

Return Value

ToolboxGroup
Toolbox groups.

See Also