IPortalFrameSpanSetHaunchesAsync Method

Sets the haunches of the portal frame span

Namespace:  TSD.API.Remoting.PortalFrames
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IOperationResult> SetHaunchesAsync(
	PortalFrameSpanHaunchesParams parameters
)

Parameters

parameters
Type: TSD.API.Remoting.PortalFrames.CreatePortalFrameSpanHaunchesParams
The parameters of the haunches

Return Value

Type: TaskIOperationResult
The result of the operation
See Also