| INodeElement1dIndices Property |
Gets a list of indices of
IElement1D instances this node belongs to
Namespace: TSD.API.Remoting.SolverAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax IReadOnlyList<int> Element1dIndices { get; }
ReadOnly Property Element1dIndices As IReadOnlyList(Of Integer)
Get
property IReadOnlyList<int>^ Element1dIndices {
IReadOnlyList<int>^ get ();
}
abstract Element1dIndices : IReadOnlyList<int> with get
Property Value
IReadOnlyListInt32See Also