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





Description

Event triggered when multiple entities are added to the collection.

Syntax

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

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

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

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

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

Parameters

Sender
Entities

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1