Retrieves the Point Satisfaction data provider.
Read-only property
[Visual Basic .NET] |
---|
Public Property PointSatisfaction() As IAgDataProviderInfo |
[C#] |
---|
public IAgDataProviderInfo PointSatisfaction {get;} |
[Managed C++] |
---|
public: __property IAgDataProviderInfo ^ get_PointSatisfaction(); |
[Unmanaged C++] |
---|
public: HRESULT get_PointSatisfaction( IAgDataProviderInfo ** ppRetVal ); |
[Java] |
---|
public IAgDataProviderInfo getPointSatisfaction(); |
[Python - STK API ] |
---|
@property def PointSatisfaction(self) -> "IAgDataProviderInfo": |