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


IGraphicsOutline.GetAllOutlineParts 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.GetAllOutlineParts Method
ArcGIS Developer Help

IGraphicsOutline.GetAllOutlineParts Method

Constructs the entire drawing outline of a graphics.

[Visual Basic .NET]
Public Function GetAllOutlineParts ( _
    ByVal Type As esriOutlineType, _
    ByVal option As esriOutlineOption, _
    ByVal buffer As Double, _
    ByVal ClipEnvelope As IEnvelope _
) As IGeometry
[C#]
public IGeometry GetAllOutlineParts (
    esriOutlineType Type,
    esriOutlineOption option,
    double buffer,
    IEnvelope ClipEnvelope
);
[C++]
HRESULT GetAllOutlineParts(
  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