Entity.CheckIsSmallArray Method

Ensures that the IsSmall array is big enough to hold data for the specified number of viewports.
Protected Friend Sub CheckIsSmallArray( _ 
ByVal numberOfViewports As Integer
)
This language is not supported or no code example is available.
internal protected void CheckIsSmallArray( 
int numberOfViewports 
)
This language is not supported or no code example is available.

Parameters

numberOfViewports
int

The number of viewports

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition