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






Windows & Linux

Description

Event triggered when multiple entities are removed from the collection.

Syntax

[Visual Basic .NET]
Public Sub OnRemoveMultiple( _
   ByVal Sender As AgEntityCollection, _
   ByRef Entities As System.Array _
) 

[C#]
public void OnRemoveMultiple(
AgEntityCollection Sender,
ref System.Array Entities
);

[Managed C++]
public: void OnRemoveMultiple(
AgEntityCollection Sender,
System::Array ^^ Entities
);

[Java]
public  onRemoveMultiple(
AgEntityCollection Sender,
Object[] Entities
);

[Unmanaged C++]
public: HRESULT OnRemoveMultiple(
AgEntityCollection Sender,
SAFEARRAY ** Entities
);

Parameters

Sender
Entities

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface