IModelGet |
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
TaskIEnumerableIElementGroupA collection of IElementGroup instances
See Also