Adds a new element to the collection.
[Visual Basic .NET] |
---|
Public Function Add() As IAgVOPointableElementsElement |
[C#] |
---|
public IAgVOPointableElementsElement Add(); |
[Managed C++] |
---|
public: IAgVOPointableElementsElement ^ Add(); |
[Unmanaged C++] |
---|
public: HRESULT Add( IAgVOPointableElementsElement ** ppRetVal ); |
[Java] |
---|
public IAgVOPointableElementsElement add(); |
[Python - STK API ] |
---|
def Add(self) -> "IAgVOPointableElementsElement": |