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