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


IRepresentationMarker.Outline Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IRepresentationMarker.Outline Property

The outline of the marker, returned as a polygon.

[Visual Basic .NET]
Public Function get_Outline ( _
    ByVal Type As esriOutlineType _
) As IGeometry
[C#]
public IGeometry get_Outline (
    esriOutlineType Type
);
[C++]
HRESULT get_Outline(
  esriOutlineType Type,
  IGeometry** Outline
);
[C++]

Parameters Type [in]
Type is a parameter of type esriOutlineType Outline [out, retval]
Outline is a parameter of type IGeometry

Product Availability

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

See Also

IRepresentationMarker Interface