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