Interface IPortalFrameValley

Represents a portal frame valley

Namespace: TSD.API.Remoting.PortalFrames
Assembly: TSD.API.Remoting.dll
Syntax
public interface IPortalFrameValley : ISubEntity, IHaveId, IHaveIndex

Properties

Name Description
ColumnBase

Gets the valley column base

IsParapetActive

Gets value indicating whether the parapet is active

ParapetHeight

Gets the parapet height

PortalFrameValleyType

Gets the type of the valley

ValleyBeamSupportData

Gets the valley beam support data

Methods

Name Description
GetColumnAsync(CancellationToken)

Returns the valley column

GetParapetAsync(CancellationToken)

Returns the valley parapet

SetAsync(PortalFrameValleyParams?, CancellationToken)

Sets the valley

SetColumnBaseAsync(PortalFrameBaseParams?, CancellationToken)

Sets the column base

SetParapetAsync(PortalFrameValleyParapetParams?, CancellationToken)

Sets the parapet of the valley

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next