|
FemMaterialAddBeamId Method
|
add an element identifier to the list of the material's element identifiers.
Namespace:
Karamba.Materials
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void AddBeamId(
string id
)
Public Sub AddBeamId (
id As String
)
public:
void AddBeamId(
String^ id
)
member AddBeamId :
id : string -> unit
Parameters
- id
- Type: SystemString
element identifier to be added.
See Also