Type Default Value Read Only Description
[C#]
RefAtom

[Visual Basic]
RefAtom
null Yes Gets any RefAtom that is part of this Element.

 

   

Notes
 

Gets any RefAtom that is part of this Element.

When an Atom is provided during construction, this may be a reference to an IndirectObject rather than a direct reference to an Atom.

If this is the case then the reference needs to be resolved through to an Atom.

This property stores the original RefAtom and the Atom property stores the resolved Atom - usually a DictAtom.

If the provided Atom is not a RefAtom then this property will be null.

 

   

Example
 
None.