Get the definition of a task type

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function GetTaskType( _ 
ByVal type_id As EntityID, _ 
ByVal get_attributes As Boolean, _ 
ByVal db As IDatabase
) As TaskType
This language is not supported or no code example is available.
public static TaskType GetTaskType( 
EntityID type_id
bool get_attributes
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static TaskType^ GetTaskType( 
EntityID^ type_id
bool get_attributes
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function GetTaskType( 
type_id : EntityID
get_attributes : boolean
db : IDatabase 
) : TaskType;
This language is not supported or no code example is available.

Parameters

type_id
Type: EntityID

the id of the type

get_attributes
Type: bool

whether or not to get attributes

db
Type: IDatabase

the database ot use

Return Value

Type: TaskType

the task type

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1