AGI STK Graphics 11Send comments on this topic.
Remove Method (IAgStkGraphicsCompositePrimitive)
See Also 
Primitive
The primitive to remove from the composite.
Windows






Windows & Linux

Description

Removes a primitive from the composite.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
   ByVal Primitive As IAgStkGraphicsPrimitive _
) 
[C#]
public void Remove(
   IAgStkGraphicsPrimitive Primitive
);
[Managed C++]
public: void Remove(
   IAgStkGraphicsPrimitive ^ Primitive
);
[Java]
public  remove(
   IAgStkGraphicsPrimitive Primitive
);
[Unmanaged C++]
public: HRESULT Remove(
   IAgStkGraphicsPrimitive * Primitive
);

Parameters

Primitive
The primitive to remove from the composite.

Remarks

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.