Method GetTaskType
GetTaskType(ElementId)
Gets the type of a task entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
TaskType GetTaskType(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
Returns
| Type | Description |
|---|---|
| TaskType | Type of the task, or None if the element is not a task entity. |
Remarks
This method is available since v7.6.