Removes a primitive from the manager. The primitive is no longer rendered unless it is added back into the manager.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def Remove(self, Primitive:"IAgStkGraphicsPrimitive") -> None: |
- Primitive
- The primitive to remove from the manager.
If primitive does not exist in the manager, this call is ignored.






