Adds a primitive to the composite.
| [Visual Basic .NET] |
|---|
Public Sub Add( _ ByVal Primitive As IAgStkGraphicsPrimitive _ ) |
| [C#] |
|---|
public void Add( |
| [Managed C++] |
|---|
public: void Add( |
| [Java] |
|---|
public add( |
| [Unmanaged C++] |
|---|
public: HRESULT Add( |
- Primitive
- The primitive to add to the composite.
