Entity.IsSmall (Int32) Method

Tells if the entity screen size is classified as small/>.
Public Overridable Function IsSmall( _ 
ByVal viewportIndex As Integer
) As Boolean
This language is not supported or no code example is available.
public virtual bool IsSmall( 
int viewportIndex 
)
This language is not supported or no code example is available.

Parameters

viewportIndex
int

The viewport index

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition