ESRI.ArcGIS.ADF.Web.DataSources
AreResolutionsCompatible Method
See Also 
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.

See Also

© 2010 All Rights Reserved.