|
Support Constructor (Int32)
|
create a new support at node with given index
Namespace:
Karamba.Supports
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic Sub New (
ID As Integer
)
public:
Support(
int ID
)
new :
ID : int -> Support
Parameters
- ID
- Type: SystemInt32
index of node where to place the support
See Also