|
ModelSupport Method
|
Get support at node of specified index.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Support Support(
int nodeInd
)
Public Function Support (
nodeInd As Integer
) As Support
public:
Support^ Support(
int nodeInd
)
member Support :
nodeInd : int -> Support
Parameters
- nodeInd
- Type: SystemInt32
Index of node where to get the support.
Return Value
Type:
SupportThe support if there is one specified at the node, otherwise null.
See Also