Click or drag to resize

areaStyleInstruction Constructor (IStyleInstruction, selectRangeArea, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the areaStyleInstruction class.

Namespace:  imbSCI.Core.reporting.style
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public areaStyleInstruction(
	IStyleInstruction styleShots,
	selectRangeArea area,
	bool __doAllowUnclosed = false
)
Request Example View Source

Parameters

styleShots
Type: imbSCI.Core.reporting.style.shotIStyleInstruction
The style shots.
area
Type: imbSCI.Core.reporting.zoneselectRangeArea
The area.
__doAllowUnclosed (Optional)
Type: SystemBoolean
if set to true [do allow unclosed].
See Also