|
CroSec_ShellgetHeight Method (Int32)
|
returns the height of a sub-cross section of the given index in case of composite cross sections.
Namespace:
Karamba.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic override double getHeight(
int rel_ind
)
Public Overrides Function getHeight (
rel_ind As Integer
) As Double
public:
virtual double getHeight(
int rel_ind
) override
abstract getHeight :
rel_ind : int -> float
override getHeight :
rel_ind : int -> float
Parameters
- rel_ind
- Type: SystemInt32
index of sub cross section.
Return Value
Type:
Doubleheight of a sub-cross section of the given index in case of composite cross sections.
See Also