Table of Contents

Property Clear

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

Clear

Gets the value that indicates the cell in the row should be cleared.

double Clear { get; }

Property Value

double

The value that indicates the cell in the row should be cleared.

Remarks

This corresponds with a value of double.NegativeInfinity.

This is used with the SetRow method where the enableCellActions parameter has been set to true and NotifyDataMiner types 193 (NT_FILL_ARRAY) and 194 (NT_FILL_ARRAY_NO_DELETE) with the Clear and Leave flag enabled.