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