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





Windows & Linux

Description

Gets the scattering point's scattering model component name.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.