ArcObjects Library Reference (Carto)  

IMapDescriptor.CustomGraphics Property

Custom graphics of the map.

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

Parameters

Elements [out, retval]

  Elements is a parameter of type IArray

Elements [in]

  Elements is a parameter of type IArray

Product Availability

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

See Also

IMapDescriptor Interface