Adds a new element to the collection.
| [Visual Basic .NET] |
|---|
Public Function Add() As IAgStkRadarClutterPatch
|
| [C#] |
|---|
public IAgStkRadarClutterPatch Add();
|
| [Managed C++] |
|---|
public: IAgStkRadarClutterPatch^ Add();
|
| [Java] |
|---|
public IAgStkRadarClutterPatch add();
|
| [Unmanaged C++] |
|---|
public: HRESULT Add(
|
Constructs a new clutter patch object, adds
it to the collection, and then returns the newly constructed patch
object.