Gets the Object ID value from the Atom if it is a RefAtom.
[C#] static int GetID(Atom atom)
static int GetID(Atom atom)
Get the Object ID from the supplied Atom if it is a RefAtom.
If the atom is not a RefAtom or if it is null then zero will be returned.
None.