STK ObjectsSend comments on this topic.
ScatteringPoints Property (IAgScatteringPointProviderPointsFile)
See Also
Windows





Windows & Linux

Description

Gets the collection of scattering points.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.