IModelGetElementGroupsAsync Method

Returns a collection of IElementGroup instances

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IEnumerable<IElementGroup>> GetElementGroupsAsync(
	IEnumerable<string> names = null,
	EntityType entityType = EntityType.Unknown,
	CancellationToken cancellationToken = default
)

Parameters

names (Optional)
Type: System.Collections.GenericIEnumerableString
The optional requested names ( to retrieve all)
entityType (Optional)
Type: TSD.API.Remoting.CommonEntityType
The optional requested entity type (Unknown to retrieve all)
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The optional cancellation token

Return Value

Type: TaskIEnumerableIElementGroup
A collection of IElementGroup instances
See Also