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


IWMTSTileMatrix.ScaleDenominator Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMTSTileMatrix Interface > IWMTSTileMatrix.ScaleDenominator Property
ArcGIS Developer Help

IWMTSTileMatrix.ScaleDenominator Property

Scale denominator level of this tile matrix.

[Visual Basic .NET]
Public ReadOnly Property ScaleDenominator As Double
[C#]
public double ScaleDenominator {get;}
[C++]
HRESULT get_ScaleDenominator(
  System.Double* Scale
);
[C++]
Parameters
Scale [out, retval]

Scale is a parameter of type double*

Product Availability

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

See Also

IWMTSTileMatrix Interface