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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1