AGI Common Entity Library 11 Send comments on this topic.
OnRemove Method (IAgEntityCollectionEvents)
See Also 
Sender
Entity





Description

Event triggered when an entity is removed from the collection.

Syntax

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

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

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

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

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

Parameters

Sender
Entity

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1