IModelGetElements1DAsync Method

Returns a collection of IElement1D instances

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IEnumerable<IElement1D>> GetElements1DAsync(
	IEnumerable<int> indices
)

Parameters

indices
Type: System.Collections.GenericIEnumerableInt32
The requested indices ( to retrieve all)

Return Value

Type: TaskIEnumerableIElement1D
A collection of IElement1D instances
See Also