IReinforcementBarDetailingGroup Interface

Represents a detailing group of reinforcement bars

Namespace:  TSD.API.Remoting.Reinforcement
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IReinforcementBarDetailingGroup : IReinforcementBarList, 
	IListOfReadOnlyProperties<IReinforcementBar>, IListProperty<IReadOnlyProperty<IReinforcementBar>, IReinforcementBar>, 
	IReadOnlyProperty<IEnumerable<IReadOnlyProperty<IReinforcementBar>>>, IReadOnlyList<IReadOnlyProperty<IReinforcementBar>>, 
	IEnumerable<IReadOnlyProperty<IReinforcementBar>>, IEnumerable, IReadOnlyCollection<IReadOnlyProperty<IReinforcementBar>>

The IReinforcementBarDetailingGroup type exposes the following members.

Properties
  NameDescription
Public propertyBarMark
Gets the mark of the bars used in the group
Public propertyDetailingPrefix
Gets the detailing prefix of the reinforcement grade used in the group
Public propertyIsApplicable
Gets a value indicating whether the property is applicable
(Inherited from IReadOnlyPropertyTValue.)
Public propertySize
Gets the size of the bars used in the group
Public propertyTestStatus
Gets the test status of the property
(Inherited from IReadOnlyPropertyTValue.)
Public propertyValue
Gets the value of this property
(Inherited from IReadOnlyPropertyTValue.)
Public propertyWallZone
Gets the zone the group is placed in (if used in a wall)
Top
See Also