Click or drag to resize

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)
Syntax
public Support Support(
	int nodeInd
)

Parameters

nodeInd
Type: SystemInt32
Index of node where to get the support.

Return Value

Type: Support
The support if there is one specified at the node, otherwise null.
See Also