Class PortalFrameSpanTieParams
Represents parameters required to set the portal frame span tie
Namespace: TSD.API.Remoting.PortalFrames.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class PortalFrameSpanTieParams
Properties
| Name | Description |
|---|---|
| IsTieActive | Gets or sets value indicating whether the tie is active |
| TieLevel | Gets or sets the level of the tie (in [mm]) |
| TieLocation | Gets or sets the location of the tie |
| TieType | Gets or sets the type of the tie |
Methods
| Name | Description |
|---|---|
| Create(bool, PortalFrameTieType, PortalFrameTieLocation, double) | Creates a new instance of PortalFrameSpanTieParams class |
| From(IPortalFrameSpan?) | Creates a new instance of PortalFrameSpanTieParams class based on given portal frame span |