Adds a primitive to the composite.
[Visual Basic .NET] |
---|
Public Sub Add( _ ByVal Primitive As IAgStkGraphicsPrimitive _ ) |
[C#] |
---|
public void Add( IAgStkGraphicsPrimitive Primitive ); |
[Managed C++] |
---|
public: void Add( IAgStkGraphicsPrimitive ^ Primitive ); |
[Unmanaged C++] |
---|
public: HRESULT Add( IAgStkGraphicsPrimitive * Primitive ); |
[Java] |
---|
public void add( IAgStkGraphicsPrimitive Primitive ); |
[Python - STK API ] |
---|
def Add(self, Primitive:"IAgStkGraphicsPrimitive") -> None: |
- Primitive
- The primitive to add to the composite.