IReinforcementBarGetLapLength Method

Returns the lap length of the bar at requested location on element (in [mm])

Namespace:  TSD.API.Remoting.Reinforcement
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
IReadOnlyProperty<double> GetLapLength(
	LocationOnElement location
)

Parameters

location
Type: TSD.API.Remoting.CommonLocationOnElement
The location on element to get lap length at

Return Value

Type: IReadOnlyPropertyDouble
The lap length of the bar (in [mm])
See Also