Property | Type | Description | |
---|---|---|---|
UserPerodicTablePath | string |
Method | Description | |
---|---|---|
AddElement ( |
Adds an element to this periodic table if the element atomic symbol is not already present. Overrides an element if the symbol is already present.
|
|
GetElement ( string element ) : |
||
GetIsotope ( string element, int atomicNumber ) : |
||
Load ( ) : void | ||
Load ( string filePath ) : void |
Load a xml file containing elemental and isotopic data into the periodic table
|
|
RestoreDefaults ( ) : void | ||
Save ( ) : void | ||
SaveTo ( string filePath ) : void | ||
TryGetElement ( string elementSymbol, |
Method | Description | |
---|---|---|
GetIsotope ( int uniqueId ) : |
Get an isotope based on its unique isotope id
|
|
PeriodicTable ( ) : System |
public static AddElement ( |
||
element | The element to add to the periodic table | |
return | bool |
public static GetElement ( string element ) : |
||
element | string | |
return |
public static GetIsotope ( string element, int atomicNumber ) : |
||
element | string | |
atomicNumber | int | |
return |
public static Load ( string filePath ) : void | ||
filePath | string | |
return | void |
public static SaveTo ( string filePath ) : void | ||
filePath | string | |
return | void |
public static TryGetElement ( string elementSymbol, |
||
elementSymbol | string | |
element | ||
return | bool |