|
ElemSetadd Method
|
add beam identifier to the list of beam identifiers
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void add(
string beam_id
)
Public Sub add (
beam_id As String
)
public:
void add(
String^ beam_id
)
member add :
beam_id : string -> unit
Parameters
- beam_id
- Type: SystemString
identifier of element to be added
See Also