|
ModelElementnode_inds Property
|
Gets the index of nodes of elements after assembly.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IReadOnlyList<int> node_inds { get; }
Public ReadOnly Property node_inds As IReadOnlyList(Of Integer)
Get
public:
property IReadOnlyList<int>^ node_inds {
IReadOnlyList<int>^ get ();
}
member node_inds : IReadOnlyList<int> with get
Property Value
Type:
IReadOnlyListInt32
See Also