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


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

IDrawingOutline.NextOutlinePart Method

Retrieves the next part of the outline.

[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

IDrawingOutline Interface