| ISlabSlabItemIndices Property |
Gets the indices of slab items in this slab
Namespace: TSD.API.Remoting.StructureAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax IReadOnlyList<int> SlabItemIndices { get; }
ReadOnly Property SlabItemIndices As IReadOnlyList(Of Integer)
Get
property IReadOnlyList<int>^ SlabItemIndices {
IReadOnlyList<int>^ get ();
}
abstract SlabItemIndices : IReadOnlyList<int> with get
Property Value
IReadOnlyListInt32See Also