Eyeshot 10 WinForms API Reference
CheckIsSmallArray Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Entity Class : CheckIsSmallArray Method
The number of viewports
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

Reference

Entity Class
Entity Members
IsSmall(IsSmallParams) Method