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


ICellSizeLevel.Geometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICellSizeLevel Interface > ICellSizeLevel.Geometry Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

ICellSizeLevel Interface