Click or drag to resize

areaStyleInstructionresolveAreaPaths Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets from paths - TRUE if loaded all

Namespace:  imbSCI.Core.reporting.style
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public bool resolveAreaPaths(
	selectRangeAreaDictionary resolver,
	bool allowUnclosed = false
)
Request Example View Source

Parameters

resolver
Type: imbSCI.Core.reporting.zoneselectRangeAreaDictionary
The resolver.
allowUnclosed (Optional)
Type: SystemBoolean
For special cases where we want to affect an area before it is closed

Return Value

Type: Boolean
TRUE if all areas are loaded - and no path is waiting to be loaded
See Also