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


ICellSizeLevel.Geometry Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICellSizeLevel.Geometry Property

The geometry defining the boundary of the cell size level.

[Visual Basic .NET]
Public Property Geometry As IGeometry
[C#]
public IGeometry Geometry {get; set;}
[C++]
HRESULT get_Geometry(
  IGeometry** ppLevelBoundary
);
[C++]
HRESULT putref_Geometry(
  IGeometry* ppLevelBoundary
);
[C++]

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

Product Availability

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

See Also

ICellSizeLevel Interface