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


IGraphicsOutline.Reset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicsOutline Interface > IGraphicsOutline.Reset Method
ArcGIS Developer Help

IGraphicsOutline.Reset Method

Resets the collection of drawing outline parts to the beginning, before calling NextOutlinePart. To be used when drawing outline of a graphics is accessed part by part.

[Visual Basic .NET]
Public Sub Reset ( _
    ByVal Type As esriOutlineType, _
    ByVal option As esriOutlineOption, _
    ByVal buffer As Double, _
    ByVal ClipEnvelope As IEnvelope _
)
[C#]
public void Reset (
    esriOutlineType Type,
    esriOutlineOption option,
    double buffer,
    IEnvelope ClipEnvelope
);
[C++]
HRESULT Reset(
  esriOutlineType Type,
  esriOutlineOption option,
  double buffer,
  IEnvelope* ClipEnvelope
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriOutlineType option [in]
option is a parameter of type esriOutlineOption buffer [in]
buffer is a parameter of type double ClipEnvelope [in]
ClipEnvelope is a parameter of type IEnvelope*

Product Availability

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

See Also

IGraphicsOutline Interface