ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction.IsVisible Method

Checks if a given pixel size is visible.

[Visual Basic .NET]
Public Function IsVisible ( _
    ByVal dx As Double, _
    ByVal dy As Double _
) As Boolean
[C#]
public bool IsVisible (
    double dx,
    double dy
);
[C++]
HRESULT IsVisible(
  double dx,
  double dy,
  VARIANT_BOOL* pvbVisible
);
[C++]

Parameters

dx [in]   dx is a parameter of type double dy [in]   dy is a parameter of type double pvbVisible [out, retval]   pvbVisible is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMosaicFunction Interface