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