This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICellSizeLevel Interface > ICellSizeLevel.Geometry Property (ArcObjects .NET 10.4 SDK) |
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