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