PortalFrameSpanTieParams Class

Represents parameters required to set the portal frame span tie
Inheritance Hierarchy
SystemObject
  TSD.API.Remoting.PortalFrames.CreatePortalFrameSpanTieParams

Namespace:  TSD.API.Remoting.PortalFrames.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public class PortalFrameSpanTieParams

The PortalFrameSpanTieParams type exposes the following members.

Constructors
  NameDescription
Public methodPortalFrameSpanTieParams(IPortalFrameSpan)
The constructor for a portal frame span tie parameters
Public methodPortalFrameSpanTieParams(Boolean, PortalFrameTieType, PortalFrameTieLocation, Double)
The constructor for a portal frame span tie parameters
Top
Properties
  NameDescription
Public propertyIsTieActive
Gets or sets value indicating whether the tie is active
Public propertyTieLevel
Gets or sets the level of the tie (in [mm])
Public propertyTieLocation
Gets or sets the location of the tie
Public propertyTieType
Gets or sets the type of the tie
Top
See Also