Removes a primitive from the composite.
[Visual Basic .NET] |
---|
Public Sub Remove( _ ByVal Primitive As IAgStkGraphicsPrimitive _ ) |
[C#] |
---|
public void Remove( |
[Managed C++] |
---|
public: void Remove( |
[Java] |
---|
public remove( |
[Unmanaged C++] |
---|
public: HRESULT Remove( |
- Primitive
- The primitive to remove from the composite.
If primitive does not exist in the composite, this call is ignored.