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