 | IStructuralWallPanelCheckResults Property |
Gets the results of the check/design of the panel
Namespace:
TSD.API.Remoting.StructureAssembly:
TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
SyntaxIDictionaryOfReadOnlyProperties<CheckResultType, ICheckResult> CheckResults { get; }
ReadOnly Property CheckResults As IDictionaryOfReadOnlyProperties(Of CheckResultType, ICheckResult)
Get
property IDictionaryOfReadOnlyProperties<CheckResultType, ICheckResult^>^ CheckResults {
IDictionaryOfReadOnlyProperties<CheckResultType, ICheckResult^>^ get ();
}
abstract CheckResults : IDictionaryOfReadOnlyProperties<CheckResultType, ICheckResult> with get
Property Value
Type:
IDictionaryOfReadOnlyPropertiesCheckResultType,
ICheckResult
See Also