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