CADability dotNET
Select the number of views to be displayed in this frame.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void SplitViews(
	int num,
	bool hor
)
Visual Basic
Public Sub SplitViews ( _
	num As Integer, _
	hor As Boolean _
)
Visual C++
public:
void SplitViews(
	int num, 
	bool hor
)

Parameters

num
Type: System..::..Int32
Number of views, must be 1, 2, 3 or 4
hor
Type: System..::..Boolean
For 2 or 3 views set true to achieve a horizontal split, false for vertical split

See Also