Portal |
Creates a new instance of PortalFrameSpanTieParams class
Namespace: TSD.API.Remoting.PortalFrames.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public static PortalFrameSpanTieParams Create( bool isTieActive, PortalFrameTieType tieType, PortalFrameTieLocation tieLocation, double tieLevel = 0 )
Parameters
- isTieActive Boolean
- The value indicating whether the tie is active
- tieType PortalFrameTieType
- The type of the tie
- tieLocation PortalFrameTieLocation
- The location of the tie
- tieLevel Double (Optional)
- The optional level of the tie
Return Value
PortalFrameSpanTieParamsThe newly created instance of PortalFrameSpanTieParams class
See Also