STK ObjectsSend comments on this topic.
PointProviders Property (IAgScatteringPointProviderList)
See Also
Windows





Windows & Linux

Description

Gets the scattering point provider list collection

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.