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


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

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