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


IMapDescription3.CustomGraphics Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapDescription3 Interface > IMapDescription3.CustomGraphics Property
ArcGIS Developer Help

IMapDescription3.CustomGraphics Property

Custom graphics.

[Visual Basic .NET]
Public Property CustomGraphics As IGraphicElements
[C#]
public IGraphicElements CustomGraphics {get; set;}
[C++]
HRESULT get_CustomGraphics(
  IGraphicElements** Elements
);
[C++]
HRESULT put_CustomGraphics(
  IGraphicElements* Elements
);
[C++]
Parameters
Elements [out, retval]

Elements is a parameter of type IGraphicElements** Elements [in]
Elements is a parameter of type IGraphicElements*

Product Availability

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

See Also

IMapDescription3 Interface