STK Common Entity LibrarySend 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
);
[Unmanaged C++]
public: HRESULT Remove(
    IAgEntity * Entity
);
[Java]
public void remove(
    IAgEntity Entity
);

Parameters

Entity

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.