new ArchActionFindUtilizationLabel(coreFindUtilizationLabelActionViewModel)
The Architect Scripting class that represents the Find Utilization Label action.
Instances of this action should be created by calling ArchFactoryActions#addActionFindUtilizationLabel
Parameters:
| Name | Type | Description |
|---|---|---|
coreFindUtilizationLabelActionViewModel |
FindUtilizationLabelActionViewModel | ( Internal ) an Architect core view model for the action |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionFindUtilizationLabel'.
-
readonly displayTypeName :string
-
Returns the display type name string 'ArchBaseActionFindSystemObject'.
-
readonly findName :ArchValueString
-
The name of the object to look up. Inheriting Find action instances will provide the context for the name string. For example, in the
ArchActionFindUserPromptaction this would be the name of the user prompt that you wish to look up at runtime.- Inherited From:
-
readonly findResult :ArchValueUtilizationLabel
-
The value that will hold the returned utilization label if found.
-
readonly isArchActionFindUtilizationLabel :boolean
-
Returns true indicating that this is an ArchActionFindUtilizationLabel instance.
-
readonly isArchBaseActionFindSystemObjectByName :boolean
-
Returns true indicating that this is an ArchBaseActionFindSystemObject instance.