ESRI.ArcGIS.ADF.Web.DataSources
AreResolutionsCompatible Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > LodInfo Class : AreResolutionsCompatible Method




other
LodInfo to compare to.
Compares resolutions taking rounding errors into account.

Syntax

Visual Basic (Declaration) 
Public Function AreResolutionsCompatible( _
   ByVal other As LodInfo _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LodInfo
Dim other As LodInfo
Dim value As Boolean
 
value = instance.AreResolutionsCompatible(other)
C# 
public bool AreResolutionsCompatible( 
   LodInfo other
)

Parameters

other
LodInfo to compare to.

Return Value

True if compatible.

Remarks

Two resolutions are considered compatible if the calculated rounded tilesize in pixels are the same for both resolutions.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.