Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / CheckIsSmallArray Method
The number of viewports

In This Topic
    CheckIsSmallArray Method
    In This Topic
    Ensures that the IsSmall array is big enough to hold data for the specified number of viewports.
    Syntax
    'Declaration
     
    Protected Friend Sub CheckIsSmallArray( _
       ByVal numberOfViewports As Integer _
    ) 
    protected internal void CheckIsSmallArray( 
       int numberOfViewports
    )

    Parameters

    numberOfViewports
    The number of viewports
    See Also