TaskGroupTemplate

A template that is used to create a task group within the project.

Declaration Syntax

public class TaskGroupTemplate : ACTMarshalByRefObject

Table 1947: Members

Property

AnalysisType

Gets the analysis type associated with this task group template.

Property

Attributes

Gets the attributes to apply to the created task group.

Property

Category

Gets the toolbox category in which the template appears.

Property

DisplayName

gets the user-visible name for the type of task groups created from this template.

Property

ExcludedTaskTemplates

Gets a list of task templates that are not permitted to be instantiated in this task group, e.g,., through 'insert component before/after'.

Property

HeaderText

Gets the content associated with the toolbox and header text.

Property

ImageName

Gets the image associated with this task group template.

Property

InternalObject

Gets the internal system template represented by this task group template.

Property

IsBeta

Gets a value indicating whether the task group visibility is tied to the beta option.

Property

IsDeletable

Gets a value indicating whether the task group can be deleted.

Property

IsParametric

Gets a value indicating whether this task group consumes parameters.

Property

Name

Gets the task group template name.

Property

Physics

Gets the physics associated with this task group template.

Property

PostCreationSteps

Gets the list of operations to perform after the task group is created.

Property

RequiredTaskTemplates

Gets a list of task templates that may not be deleted from the task group.

Property

Solver

Gets the solver associated with this task group template.

Property

TaskGroupHelpId

Gets the help ID associated with this task group.

Property

TaskGroupType

Gets the task group type, displayed in the User Interface in the header of the task group block.

Property

TaskGroupTypeAbbreviation

Gets the task group abbreviation, used to create the task group unique directory name and also serves as the task groups object's base name.

Property

TaskNames

Gets the names of the tasks to create from the templates in TaskTemplates.

Property

TaskTemplates

Gets the task templates which make up the task group. The tasks are grouped into 'task groups'; for the normal case with no groups, it's a list of single-element lists.

Property

ToolboxGroup

Gets the toolbox group in which this task group template should be displayed.

Property

ToolTipHelpId

Gets the help ID associated with the tool tip for this task group.

Property

ToolTipText

Gets the content associated with the tool tip for this task group.

Property

Visible

Gets a value indicating whether the task group should appear in the toolbox.