This document is archived and information here might be outdated. Recommended version. |
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**