This document is archived and information here might be outdated. Recommended version. |
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