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