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