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


IWMTSTileMatrix.ScaleDenominator Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

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(
  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