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