AGI Common Entity Library 11 Send comments on this topic.
OnAdd Event (AgEntityCollection)
See Also 
Sender
Entity
Windows






Windows & Linux

Description

Event triggered when an entity is added to the collection.

Syntax

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

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

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

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

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

Parameters

Sender
Entity

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface