STK Graphics PrimitivesSend comments on this topic.
Remove Method (IAgStkGraphicsPrimitiveManager)
See Also
Primitive
The primitive to remove from the manager.
Windows





Windows & Linux

Description

Removes a primitive from the manager. The primitive is no longer rendered unless it is added back into the manager.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
    ByVal Primitive As IAgStkGraphicsPrimitive _
)
[C#]
public void Remove(
    IAgStkGraphicsPrimitive Primitive
);
[Managed C++]
public: void Remove(
    IAgStkGraphicsPrimitive ^ Primitive
);
[Unmanaged C++]
public: HRESULT Remove(
    IAgStkGraphicsPrimitive * Primitive
);
[Java]
public void remove(
    IAgStkGraphicsPrimitive Primitive
);
[Python - STK API ]
def Remove(self, Primitive:"IAgStkGraphicsPrimitive") -> None:

Parameters

Primitive
The primitive to remove from the manager.

Remarks

If primitive does not exist in the manager, this call is ignored.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.