STK Common Entity LibrarySend comments on this topic.
OnRemoveAll Event (AgEntityCollection)
See Also
Sender
Windows






Windows & Linux

Description

Event triggered when all entities are removed from the collection.

Syntax

[Visual Basic .NET]
Public Event OnRemoveAll( _
    ByVal Sender As IAgEntityCollection _
) 
[C#]
public void OnRemoveAll(
    IAgEntityCollection Sender
);
[Managed C++]
public: void OnRemoveAll(
    IAgEntityCollection ^ Sender
);
[Java]
public void onRemoveAll(
    IAgEntityCollection Sender
);
[Unmanaged C++]
public: HRESULT OnRemoveAll(
    IAgEntityCollection * Sender
);

Parameters

Sender

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.