IPluginCustomRegion.CreateNew Method

Creates a new instance of the Region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
RegionBase CreateNew(
	SessionProfile sessionProfile
)

Parameters

sessionProfile  SessionProfile
Session profile.

Return Value

RegionBase
An instance of the Region.

See Also