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


IDrawingOutline.NextOutlinePart Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

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