This document is archived and information here might be outdated. Recommended version. |
The array of area of interest polygons.
[Visual Basic .NET] Public Property Geometries As IGeometryArray
[C#] public IGeometryArray Geometries {get; set;}
[C++]
HRESULT get_Geometries(
IGeometryArray** ppGeometries
);
[C++]
HRESULT putref_Geometries(
IGeometryArray* ppGeometries
);
[C++] Parameters ppGeometries [out, retval]
ppGeometries is a parameter of type IGeometryArray** ppGeometries [in]
ppGeometries is a parameter of type IGeometryArray*