Create an AtomAndObject.

 

   

Syntax
 

[C#]
AtomAndObject(Atom atom, IndirectObject obj)
AtomAndObject()

[Visual Basic]
AtomAndObject(atom As Atom, obj As IndirectObject)
AtomAndObject()

 

   

Params
 
Name Description
atom The Atom.
obj The IndirectObject.

 

   

Notes
 

Create an AtomAndObject.

 

   

Example
 
None.