 | ISlabItemCheckResultsByLayer Property |
Gets the check results for layer types
Namespace:
TSD.API.Remoting.StructureAssembly:
TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
SyntaxIDictionaryOfReadOnlyProperties<LayerType, ICheckResult> CheckResultsByLayer { get; }
ReadOnly Property CheckResultsByLayer As IDictionaryOfReadOnlyProperties(Of LayerType, ICheckResult)
Get
property IDictionaryOfReadOnlyProperties<LayerType, ICheckResult^>^ CheckResultsByLayer {
IDictionaryOfReadOnlyProperties<LayerType, ICheckResult^>^ get ();
}
abstract CheckResultsByLayer : IDictionaryOfReadOnlyProperties<LayerType, ICheckResult> with get
Property Value
Type:
IDictionaryOfReadOnlyPropertiesLayerType,
ICheckResult
See Also