Get the collection of Saturation time-value pairs.
Read-only property
[Visual Basic .NET] |
---|
Public Property Saturations() As IAgSnEOIRSaturationCollection |
[C#] |
---|
public IAgSnEOIRSaturationCollection Saturations {get;} |
[Managed C++] |
---|
public: __property IAgSnEOIRSaturationCollection ^ get_Saturations(); |
[Unmanaged C++] |
---|
public: HRESULT get_Saturations( IAgSnEOIRSaturationCollection ** ppVal ); |
[Java] |
---|
public IAgSnEOIRSaturationCollection getSaturations(); |
[Python - STK API ] |
---|
@property def Saturations(self) -> "IAgSnEOIRSaturationCollection": |