ArcObjects Library Reference (Display)  

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(
  IGeometry** outlinePart
);
[C++]

Parameters

outlinePart [out, retval]

  outlinePart is a parameter of type IGeometry

Product Availability

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

See Also

IGraphicsOutline Interface