| IElement2DNodeIndices Property |
Gets the list of indices of nodes of this element
Namespace: TSD.API.Remoting.SolverAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax IReadOnlyList<int> NodeIndices { get; }
ReadOnly Property NodeIndices As IReadOnlyList(Of Integer)
Get
property IReadOnlyList<int>^ NodeIndices {
IReadOnlyList<int>^ get ();
}
abstract NodeIndices : IReadOnlyList<int> with get
Property Value
IReadOnlyListInt32See Also