IModelCreatePileCapAttributeSetAsync Method

Creates a new IIsolatedFoundationAttributeSet instance for PileCap

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IIsolatedFoundationAttributeSet> CreatePileCapAttributeSetAsync(
	PileCapAttributeSetParams parameters
)

Parameters

parameters
Type: TSD.API.Remoting.Foundations.CreatePileCapAttributeSetParams
The PileCapAttributeSetParams

Return Value

Type: TaskIIsolatedFoundationAttributeSet
The newly created set (or if the creation fails)
See Also