This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.IsVisible Method (ArcObjects .NET 10.5 SDK) |
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