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


IDrawingOutline.NextOutlinePart Method (ArcObjects .NET 10.5 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(
  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

IDrawingOutline Interface