| OrderedCompositePrimitiveRemove Method  | 
 
Removes a primitive from the composite.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic void Remove(
	Primitive primitive
)
Public Sub Remove ( 
	primitive As Primitive
)
public:
void Remove(
	Primitive^ primitive
)
member Remove : 
        primitive : Primitive -> unit 
Parameters
- primitive
- Type: AGI.Foundation.GraphicsPrimitive
 The primitive to remove from the composite.
 Remarks
Remarks
If primitive does not exist in the composite, this call is ignored.
 See Also
See Also