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