Gets the link/embed controller for managing the scattering point provider list component.
Read-only property
[Visual Basic .NET] |
---|
Public Property ScatteringPointProviderList() As IAgComponentLinkEmbedControl |
[C#] |
---|
public IAgComponentLinkEmbedControl ScatteringPointProviderList {get;} |
[Managed C++] |
---|
public: __property IAgComponentLinkEmbedControl ^ get_ScatteringPointProviderList(); |
[Unmanaged C++] |
---|
public: HRESULT get_ScatteringPointProviderList( IAgComponentLinkEmbedControl ** ppVal ); |
[Java] |
---|
public IAgComponentLinkEmbedControl getScatteringPointProviderList(); |
[Python - STK API ] |
---|
@property def ScatteringPointProviderList(self) -> "IAgComponentLinkEmbedControl": |