Click or drag to resize

cursorZoneExtensionssetZoneStructure Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the zone.

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static cursorZone setZoneStructure(
	this cursorZone target,
	cursorZoneLayoutPreset layoutPreset,
	bool removeExistingSubzones = true
)
Request Example View Source

Parameters

target
Type: imbSCI.Core.reporting.zonecursorZone
The target.
layoutPreset
Type: imbSCI.Core.reporting.zonecursorZoneLayoutPreset
The layout preset.
removeExistingSubzones (Optional)
Type: SystemBoolean

Return Value

Type: cursorZone
Resulting zone

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type cursorZone. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf Layout presed never implemented
See Also