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


IGraphicsOutline.NextOutlinePart Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicsOutline Interface > IGraphicsOutline.NextOutlinePart Method
ArcGIS Developer Help

IGraphicsOutline.NextOutlinePart Method

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(
void
);

Product Availability

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

See Also

IGraphicsOutline Interface