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