ArcObjects Library Reference (DefenseSolutions)  

IGraphicExporter.Add Method

Adds an exportable cached graphic to the list.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal Graphic As IExportGraphic _
)
[C#]
public void Add (
    IExportGraphic Graphic
);
[C++]
HRESULT Add(
  IExportGraphic* Graphic
);
[C++]

Parameters

Graphic [in]

  Graphic is a parameter of type IExportGraphic

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicExporter Interface