Python scripting OLP - Objects

CENPyOlpBuiltInEvent

 

Methods

 

GetType(): BuiltInEventTypes

 

o

return

the type of the built-in event

[Example]   

   evType = event.GetType()

 


 

SetOutputTarget(builtInEventOutput: BuiltInEventOutput)

 

o

builtInEventOutput

the type of the output target of built-in event

[Example]   

   event.SetOutputTarget(BUILTINEVENTOUTPUT_ALWAYS)

 


 

GetOutputTarget(): BuiltInEventOutput

 

o

return

the type of the output target of built-in event

[Example]   

   outTarget = event.GetOutputTarget()

 


 

GetBuiltInEventInsertPosition(): TPINSERTPOSITION

 

o

return

the insert position of the built-in event

[Example]   

   insPos = spdevt.GetBuiltInEventInsertPosition()

   if insPos == TPINSERTPOS_INSERTBEFORE:

 


 


Previous
Page précédente
Chapter
Page principale du chapitre
Next
Page suivante