ArcObjects Library Reference  (Display)    

IDrawingOutline.GetAllOutlineParts Method

Returns the entire drawing outline of a drawing rule.

[Visual Basic 6.0]
Function GetAllOutlineParts(
    ByVal Geometry As IGeometry, _
    ByVal Type As esriOutlineType, _
    ByVal option As esriOutlineOption, _
    ByVal buffer As Double, _
    ByVal ClipEnvelope As IEnvelope _
) As IGeometry
[Visual Basic .NET]
Public Function GetAllOutlineParts ( _
    ByVal Geometry As IGeometry, _
    ByVal Type As esriOutlineType, _
    ByVal option As esriOutlineOption, _
    ByVal buffer As Double, _
    ByVal ClipEnvelope As IEnvelope _
) As IGeometry
[C#]
public IGeometry GetAllOutlineParts (
    IGeometry Geometry,
    esriOutlineType Type,
    esriOutlineOption option,
    double buffer,
    IEnvelope ClipEnvelope
);
[Java]
public IGeometry getAllOutlineParts (
    IGeometry Geometry,
    esriOutlineType Type,
    esriOutlineOption option,
    double buffer,
    IEnvelope ClipEnvelope
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetAllOutlineParts(
  IGeometry* Geometry,
  esriOutlineType Type,
  esriOutlineOption option,
  double buffer,
  IEnvelope* ClipEnvelope,
  IGeometry** Outline
);
[C++]

Parameters

Geometry [in]

  Geometry is a parameter of type IGeometry

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

Outline [out, retval]

  Outline is a parameter of type IGeometry

Product Availability

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

See Also

IDrawingOutline Interface