Split Method

Splits a viewport into the given number of views.

See Also | Example

Signature

object.Split NumWins

Object

Viewport
The object or objects this method applies to.

NumWins

AcViewportSplitType enum; input-only

acViewport2Horizontal

acViewport2Vertical

acViewport3Left

acViewport3Right

acViewport3Horizontal

acViewport3Vertical

acViewport3Above

acViewport3Below

acViewport4

Remarks

Although the Split method has been called, the changes will not appear until the ActiveViewport property has been used to make the viewport active. This is required even if the viewport was active before the call to Split.

A viewport does not have to be active for this method to work, however, it must be reset to active to see the results of this method.

 

   Comments?