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





Description

Event triggered when multiple entities are removed from the collection.

Syntax

[Visual Basic .NET]
Public Event 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1