STK AgRadarPluginSend comments on this topic.
Remove Method (IAgStkRadarClutterPatchCollection)
See Also
item
Windows





Windows & Linux

Description

Removes the specified element from the collection.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
    ByVal item As IAgStkRadarClutterPatch _
)
[C#]
public void Remove(
    IAgStkRadarClutterPatch item
);
[Managed C++]
public: void Remove(
    IAgStkRadarClutterPatch ^ item
);
[Unmanaged C++]
public: HRESULT Remove(
    IAgStkRadarClutterPatch * item
);
[Java]
public void remove(
    IAgStkRadarClutterPatch item
);

Parameters

item

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.