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


IWMTSTileMatrixSetLink.TileMatrixSetLimits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

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