Click or drag to resize

styleAutoShotSetresolve Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Resolves autoshot into a series of instructions

Namespace:  imbSCI.Core.reporting.style
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public List<IStyleInstruction> resolve(
	styleTheme theme,
	params Object[] __resources
)
Request Example View Source

Parameters

theme
Type: imbSCI.Core.reporting.style.corestyleTheme
The active teme
__resources
Type: SystemObject
Resources: set of style related enums and appendType

Return Value

Type: ListIStyleInstruction
See Also