TaskList.GetTaskStateAttributes Method
Public Shared Function GetTaskStateAttributes( _
ByVal state_id As EntityID, _
ByVal get_initial_values As Boolean, _
ByVal db As IDatabase _
) As List(Of AttributeInfo)
This language is not supported or no code example is available.
public static List<AttributeInfo> GetTaskStateAttributes(
EntityID state_id,
bool get_initial_values,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<AttributeInfo^>^ GetTaskStateAttributes(
EntityID^ state_id,
bool get_initial_values,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- state_id
- EntityID
the state id
- get_initial_values
- bool
whether or not we should get initial values
- db
- IDatabase
the database
Return Value
List<AttributeInfo>the list of attributes