Click or drag to resize

selectRangeAreaDictionarygetLastClosed Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets a entry nadditions ago from back/end, counting only ones that are isClosed=true.

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public selectRangeAreaNamed getLastClosed(
	int ago = 1
)
Request Example View Source

Parameters

ago (Optional)
Type: SystemInt32
The ago. If 1 it will return the last closed entry. 0 or less will throw exception

Return Value

Type: selectRangeAreaNamed
Last selectRangeAreaNamed that is closed
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionago - Must be between 0 and infinity. If it is above Count() - the first is returned
See Also