IPortalFrameValley Interface

Represents a portal frame valley

Namespace:  TSD.API.Remoting.PortalFrames
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IPortalFrameValley : ISubEntity, 
	IHaveId, IHaveIndex

The IPortalFrameValley type exposes the following members.

Properties
  NameDescription
Public propertyColumnBase
Gets the valley column base
Public propertyEntityId
Gets the entity id
(Inherited from ISubEntity.)
Public propertyEntityIndex
Gets the entity index
(Inherited from ISubEntity.)
Public propertyEntityType
Gets the EntityType
(Inherited from ISubEntity.)
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyIsParapetActive
Gets value indicating whether the parapet is active
Public propertyParapetHeight
Gets the parapet height
Public propertyPortalFrameValleyType
Gets the type of the valley
Public propertyType
Gets the SubEntityType
(Inherited from ISubEntity.)
Public propertyValleyBeamSupportData
Gets the valley beam support data
Top
Methods
  NameDescription
Public methodGetColumnAsync
Returns the valley column
Public methodGetParapetAsync
Returns the valley parapet
Public methodSetAsync
Sets the valley
Public methodSetColumnBaseAsync
Sets the column base
Public methodSetParapetAsync
Sets the parapet of the valley
Top
See Also