This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRepresentationMarker Interface > IRepresentationMarker.Outline Property (ArcObjects .NET 10.5 SDK) |
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