STK ObjectsSend comments on this topic.
ScatteringPointModel Property (IAgScatteringPointProviderSinglePoint)
See Also
Windows





Windows & Linux

Description

Gets the link/embed controller for managing the scattering point model component.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ScatteringPointModel() As IAgComponentLinkEmbedControl
[C#]
public IAgComponentLinkEmbedControl ScatteringPointModel {get;}
[Managed C++]
public: __property IAgComponentLinkEmbedControl ^ get_ScatteringPointModel();
[Unmanaged C++]
public: HRESULT get_ScatteringPointModel(
    IAgComponentLinkEmbedControl ** ppVal
);
[Java]
public IAgComponentLinkEmbedControl getScatteringPointModel();
[Python - STK API ]
@property
def ScatteringPointModel(self) -> "IAgComponentLinkEmbedControl":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.