IReinforcementBarSize Interface

Represents a single size of a reinforcement bar

Namespace:  TSD.API.Remoting.Reinforcement
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IReinforcementBarSize : IReinforcementSize

The IReinforcementBarSize type exposes the following members.

Properties
  NameDescription
Public propertyArea
Gets the cross-sectional area of the bar (in [mm²])
Public propertyDescription
Gets the description of the reinforcement
(Inherited from IReinforcementSize.)
Public propertyDiameter
Gets the bar diameter (in [mm])
Public propertyGrade
Gets the grade of this reinforcement size
(Inherited from IReinforcementSize.)
Public propertyIsUserDefined
Gets a value specifying whether this object is user-defined
(Inherited from IReinforcementSize.)
Public propertyMassPerLength
Gets the mass per unit length of the bar (in [kg/mm])
Public propertyMaxBarLength
Gets the maximum bar length (in [mm])
Public propertySize
Gets the size name according to the current unit system
(Inherited from IReinforcementSize.)
Top
See Also