|
PointLoadnode_ind Property
|
Gets or sets the zero based index of the node where the load attaches. The
index overrules support placement by coordinate.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic int node_ind { get; set; }
Public Property node_ind As Integer
Get
Set
public:
property int node_ind {
int get ();
void set (int value);
}
member node_ind : int with get, set
Property Value
Type:
Int32
See Also