CroSecgetHeight(Int32) Method
Get the height of a sub-cross section in case of composite cross sections.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public virtual double getHeight(
int index
)
Public Overridable Function getHeight (
index As Integer
) As Double
public:
virtual double getHeight(
int index
)
abstract getHeight :
index : int -> float
override getHeight :
index : int -> float
- index Int32
- index of sub cross section.
DoubleThe height of the cross section.