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


ITileCacheInfo.Origin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITileCacheInfo Interface > ITileCacheInfo.Origin Property
ArcGIS Developer Help

ITileCacheInfo.Origin Property

The tiling origin.

[Visual Basic .NET]
Public Property Origin As IPoint
[C#]
public IPoint Origin {get; set;}
[C++]
HRESULT get_Origin(
  IPoint** ppOrigin
);
[C++]
HRESULT put_Origin(
  IPoint* ppOrigin
);
[C++]
Parameters
ppOrigin [out, retval]

ppOrigin is a parameter of type IPoint** ppOrigin [in]
ppOrigin is a parameter of type IPoint*

Product Availability

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

Remarks

The tiling origin is in map space, and it is the same for all levels of detail (LODs).

See Also

ITileCacheInfo Interface