Determines if the object provided has previously been processed by this operation.

 

   

Syntax
 

[C#]
bool Seen(IndirectObject io)

[Visual Basic]
Sub Seen(io As IndirectObject) As Boolean

 

   

Params
 
Name Description
io The object to test against.
return Whether the object has been seen.

 

   

Notes
 

Determines if the object provided has previously been processed by this operation.

 

   

Example
 
None.