VCOM:VectorWorks:Scripting:IPythonWrapper: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
(No difference)

Revision as of 13:48, 19 September 2013

Description

namespace VectorWorks::Scripting

..put some descriptoin in here...

Interface

...put the class definition, including the UUID, here...

Members

AddPath
LoadModule
LoadModule
CompileText
RunText
Call
Call
GetCallResult

Remarks

There is predefined type for smart VCOM pointer VCOMPtr to IPythonWrapper interface:

typedef VCOMPtr<IPythonWrapper>  IPythonWrapperPtr;

Version

Available from: Vectorworks 2014

See Also

VCOM:VCOMPtr

[[VCOM:VCOMPtr]]