IConstructionPlaneGetConstructionHelpersAsync Method

Returns a collection of IConstructionHelper instances

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IEnumerable<IConstructionHelper>> GetConstructionHelpersAsync(
	IEnumerable<int> indices = null,
	CancellationToken cancellationToken = default
)

Parameters

indices (Optional)
Type: System.Collections.GenericIEnumerableInt32
The optional requested indices ( to retrieve all)
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The optional cancellation token

Return Value

Type: TaskIEnumerableIConstructionHelper
A collection of IConstructionHelper 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.