ArcObjects Library Reference (Carto)  

INITFGraphicsLayer.Add Method

Adds a NITF graphic.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pGeometry As IGeometry, _
    ByVal pSymbol As ISymbol, _
    ByVal Size As Integer _
)
[C#]
public void Add (
    IGeometry pGeometry,
    ISymbol pSymbol,
    int Size
);
[C++]
HRESULT Add(
  IGeometry* pGeometry,
  ISymbol* pSymbol,
  long Size
);
[C++]

Parameters

pGeometry [in]

  pGeometry is a parameter of type IGeometry

pSymbol [in]

  pSymbol is a parameter of type ISymbol

Size [in]   Size is a parameter of type long

Product Availability

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

See Also

INITFGraphicsLayer Interface