Checks the validity of the object OriginBase
IsValid( )
Returns True if OriginBase is valid and False if not.
EX1
import PyOrigin PyOrigin.LT_execute('newbook name:=MyBook option:=lsname') if PyOrigin.GetPage('MyBook').IsValid(): print('MyBook created') else: print('MyBook failed to created')