Proton energies being considered.
Read-only property
[Visual Basic .NET] |
---|
Public Property ProtonEnergies() As IAgDoublesCollection |
[C#] |
---|
public IAgDoublesCollection ProtonEnergies {get;} |
[Managed C++] |
---|
public: __property IAgDoublesCollection ^ get_ProtonEnergies(); |
[Unmanaged C++] |
---|
public: HRESULT get_ProtonEnergies( IAgDoublesCollection ** ppVal ); |
[Java] |
---|
public IAgDoublesCollection getProtonEnergies(); |
[Python - STK API ] |
---|
@property def ProtonEnergies(self) -> "IAgDoublesCollection": |