This document is archived and information here might be outdated. Recommended version. |
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**