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


IMapCacheTileManagerJob.ClipGeometry Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMapCacheTileManagerJob.ClipGeometry Property

ClipGeometry.

[Visual Basic .NET]
Public Property ClipGeometry As IGeometry
[C#]
public IGeometry ClipGeometry {get; set;}
[C++]
HRESULT get_ClipGeometry(
  IGeometry** ppGeometry
);
[C++]
HRESULT putref_ClipGeometry(
  IGeometry* ppGeometry
);
[C++]

Parameters ppGeometry [out, retval]
ppGeometry is a parameter of type IGeometry ppGeometry [in]
ppGeometry is a parameter of type IGeometry

Product Availability

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

See Also

IMapCacheTileManagerJob Interface