IModelGetEntityCollectionAsync Method

Returns a collection of model entities of given entity type

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IEntityCollection> GetEntityCollectionAsync(
	ModelEntityType entityType
)

Parameters

entityType
Type: TSD.API.Remoting.SolverModelEntityType
The entity type to get the collection of

Return Value

Type: TaskIEntityCollection
A collection of model entities
See Also