IModelCreatePileTypeAsync Method

Creates new pile type

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IPileType> CreatePileTypeAsync(
	PileTypeParams createParams,
	CancellationToken cancellationToken = default
)

Parameters

createParams
Type: TSD.API.Remoting.Foundations.CreatePileTypeParams
The create parameters
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The optional cancellation token

Return Value

Type: TaskIPileType
A newly created pile type
See Also