Entity.IsSmall (Int32) Method

Tells if the entity screen size is smaller than Environment.SmallSize.
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

True if the screen size is smaller than Environment.SmallSize.

Remarks
 
This method is meaningful only for top level entities and if Environment.HideSmall is true.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition