|
ModelElementnode_inds Property
|
index of nodes of elements after assembly
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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