AGI STK Object Broker 11 Send comments on this topic.
OnRemoveAll Method (IAgStkBrokerEvents)
See Also 
Sender
Windows






Windows & Linux

Description

Event triggered when all entities are removed.

Syntax

[Visual Basic .NET]
Public Sub OnRemoveAll( _
   ByVal Sender As IAgEntityCollection _
) 

[C#]
public void OnRemoveAll(
IAgEntityCollection Sender
);

[Managed C++]
public: void OnRemoveAll(
IAgEntityCollection ^ Sender
);

[Java]
public  onRemoveAll(
IAgEntityCollection Sender
);

[Unmanaged C++]
public: HRESULT OnRemoveAll(
IAgEntityCollection * Sender
);

Parameters

Sender

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface