ModelSupport Method
Get support at node of specified index.
Namespace: Karamba.ModelsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public Support Support(
int nodeInd
)
Public Function Support (
nodeInd As Integer
) As Support
public:
Support^ Support(
int nodeInd
)
member Support :
nodeInd : int -> Support
- nodeInd Int32
- Index of node where to get the support.
SupportThe support if there is one specified at the node, otherwise null.