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


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

IWMTSTileMatrix.TopLeftCorner Property

Position in CRS coordinates of the top-left corner of this tile matrix.

[Visual Basic .NET]
Public ReadOnly Property TopLeftCorner As WKSPoint
[C#]
public WKSPoint TopLeftCorner {get;}
[C++]
HRESULT get_TopLeftCorner(
  _WKSPoint* position
);
[C++]

Parameters position [out, retval]
position is a parameter of type _WKSPoint

Product Availability

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

See Also

IWMTSTileMatrix Interface