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


IMapDescriptor.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 > IMapDescriptor Interface > IMapDescriptor.CustomGraphics Property
ArcGIS Developer Help

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(
void
);
[C++]
HRESULT put_CustomGraphics(
);

Product Availability

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

See Also

IMapDescriptor Interface