AGI STK Graphics 11 Send comments on this topic.
Add Method (IAgStkGraphicsCompositePrimitive)
See Also 
Primitive
The primitive to add to the composite.





Description

Adds a primitive to the composite.

Syntax

[Visual Basic .NET]
Public Sub Add( _
   ByVal Primitive As IAgStkGraphicsPrimitive _
) 

[C#]
public void Add(
IAgStkGraphicsPrimitive Primitive
);

[Managed C++]
public: void Add(
IAgStkGraphicsPrimitive ^ Primitive
);

[Java]
public  add(
IAgStkGraphicsPrimitive Primitive
);

[Unmanaged C++]
public: HRESULT Add(
IAgStkGraphicsPrimitive * Primitive
);

Parameters

Primitive
The primitive to add to the composite.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1