STK Common Entity LibrarySend comments on this topic.
OnAdd Method (IAgEntityCollectionEvents)
See Also
Sender
Entity
Windows





Windows & Linux

Description

Event triggered when an entity is added to the collection.

Syntax

[Visual Basic .NET]
Public Sub OnAdd( _
    ByVal Sender As IAgEntityCollection, _
    ByVal Entity As IAgEntity _
)
[C#]
public void OnAdd(
    IAgEntityCollection Sender,
    IAgEntity Entity
);
[Managed C++]
public: void OnAdd(
    IAgEntityCollection ^ Sender,
    IAgEntity ^ Entity
);
[Unmanaged C++]
public: HRESULT OnAdd(
    IAgEntityCollection * Sender,
    IAgEntity * Entity
);
[Java]
public void onAdd(
    IAgEntityCollection Sender,
    IAgEntity Entity
);

Parameters

Sender
Entity

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.