| IHaunchPortalFrameRafterPosition Property |
Gets the position of the rafter the haunch is attached to
Namespace: TSD.API.Remoting.StructureAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax IReadOnlyProperty<PortalFrameRafterPosition> PortalFrameRafterPosition { get; }
ReadOnly Property PortalFrameRafterPosition As IReadOnlyProperty(Of PortalFrameRafterPosition)
Get
property IReadOnlyProperty<PortalFrameRafterPosition>^ PortalFrameRafterPosition {
IReadOnlyProperty<PortalFrameRafterPosition>^ get ();
}
abstract PortalFrameRafterPosition : IReadOnlyProperty<PortalFrameRafterPosition> with get
Property Value
IReadOnlyPropertyPortalFrameRafterPositionRemarks This property is valid for haunches in portal frame
See Also