AGI STK Object Broker 11 Send comments on this topic.
OnRemove Event (AgStkBroker)
See Also 
Sender
Entity





Description

Event triggered when an entity is removed.

Syntax

[Visual Basic .NET]
Public Event OnRemove( _
   ByVal Sender As IAgEntityCollection, _
   ByVal Entity As IAgEntity _
)

[C#]
public void OnRemove(
IAgEntityCollection Sender,
IAgEntity Entity
);

[Managed C++]
public: void OnRemove(
IAgEntityCollection ^ Sender,
IAgEntity ^ Entity
);

[Java]
public  onRemove(
IAgEntityCollection Sender,
IAgEntity Entity
);

[Unmanaged C++]
public: HRESULT OnRemove(
IAgEntityCollection * Sender,
IAgEntity * Entity
);

Parameters

Sender
Entity

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1