|
CroSec_BeamModifiermodify Method
|
modify the properties of the given element elem if they have been modified in the agent.
Namespace:
Karamba.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic CroSec_Beam modify(
CroSec_Beam cs_beam
)
Public Function modify (
cs_beam As CroSec_Beam
) As CroSec_Beam
public:
CroSec_Beam^ modify(
CroSec_Beam^ cs_beam
)
member modify :
cs_beam : CroSec_Beam -> CroSec_Beam
Parameters
- cs_beam
- Type: Karamba.CrossSectionsCroSec_Beam
given beam to modify.
Return Value
Type:
CroSec_Beam[Missing <returns> documentation for "M:Karamba.CrossSections.CroSec_BeamModifier.modify(Karamba.CrossSections.CroSec_Beam)"]
See Also