Version

ItemVisible Method (IMapWindow)

Determines whether or not a value is visible within a scale.
Syntax
'Declaration
 
Function ItemVisible( _
   ByVal d_i As Object _
) As Boolean
bool ItemVisible( 
   object d_i
)

Parameters

d_i
The value to test.

Return Value

True if an item can be plotted on the scale at the given value, otherwise False.
Remarks

This interface member is used to determine if an item can be plotted on a scale, given its available/visible range.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also