| IParametricSectionHoles Property |
Gets the list of section holes
Namespace: TSD.API.Remoting.SectionsAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax IReadOnlyList<ISectionHole> Holes { get; }
ReadOnly Property Holes As IReadOnlyList(Of ISectionHole)
Get
property IReadOnlyList<ISectionHole^>^ Holes {
IReadOnlyList<ISectionHole^>^ get ();
}
abstract Holes : IReadOnlyList<ISectionHole> with get
Property Value
IReadOnlyListISectionHoleSee Also