This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicsOutline Interface > IGraphicsOutline.NextOutlinePart Method (ArcObjects .NET 10.5 SDK) |
Hands back the next drawing outline part. It is necessary to call the Reset method before iterating with the NextOutlinePart method.
[Visual Basic .NET] Public Function NextOutlinePart ( _ ) As IGeometry
[C#] public IGeometry NextOutlinePart ( );
[C++]
HRESULT NextOutlinePart(
IGeometry** outlinePart
);
[C++]
Parameters outlinePart [out, retval]
outlinePart is a parameter of type IGeometry