This document is archived and information here might be outdated.  Recommended version.


IMosaicFunction.IsVisible Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.IsVisible Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Dx [in]

Dx is a parameter of type double Dy [in]
Dy is a parameter of type double

Product Availability

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

See Also

IMosaicFunction Interface