AGI Common Entity Library 11 Send comments on this topic.
Remove Method (IAgEntityCollection)
See Also 
Entity
Windows






Windows & Linux

Description

Remove the provided element from the collection.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
   ByVal Entity As IAgEntity _
) 

[C#]
public void Remove(
IAgEntity Entity
);

[Managed C++]
public: void Remove(
IAgEntity ^ Entity
);

[Java]
public  remove(
IAgEntity Entity
);

[Unmanaged C++]
public: HRESULT Remove(
IAgEntity * Entity
);

Parameters

Entity

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface