Gets the collection of scattering points.
Read-only property
[Visual Basic .NET] |
---|
Public Property ScatteringPoints() As IAgScatteringPointCollection |
[C#] |
---|
public IAgScatteringPointCollection ScatteringPoints {get;} |
[Managed C++] |
---|
public: __property IAgScatteringPointCollection ^ get_ScatteringPoints(); |
[Unmanaged C++] |
---|
public: HRESULT get_ScatteringPoints( IAgScatteringPointCollection ** ppVal ); |
[Java] |
---|
public IAgScatteringPointCollection getScatteringPoints(); |
[Python - STK API ] |
---|
@property def ScatteringPoints(self) -> "IAgScatteringPointCollection": |