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


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

IWMTSTileMatrixSetLink.TileMatrixSetLimits Property

TileMatrixLimits that describe the availble tile for this layer.

[Visual Basic .NET]
Public Function get_TileMatrixSetLimits ( _
    ByVal ix As Integer _
) As IPropertySet
[C#]
public IPropertySet get_TileMatrixSetLimits (
    int ix
);
[C++]
HRESULT get_TileMatrixSetLimits(
  long ix,
  IPropertySet** limitsAsProps
);
[C++]
Parameters
ix [in]

ix is a parameter of type long limitsAsProps [out, retval]
limitsAsProps is a parameter of type IPropertySet**

Product Availability

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

See Also

IWMTSTileMatrixSetLink Interface