IModelGetElementGroupsAsync Method

Returns a collection of IElementGroup instances

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

Parameters

names  IEnumerableString  (Optional)
The optional requested names ( to retrieve all)
entityType  EntityType  (Optional)
The optional requested entity type (Unknown to retrieve all)
cancellationToken  CancellationToken  (Optional)
The optional cancellation token

Return Value

TaskIEnumerableIElementGroup
A collection of IElementGroup instances
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next