VCOM:VectorWorks:Scripting:IPythonWrapper

From Vectorworks Developer
Revision as of 13:48, 19 September 2013 by Root (talk | contribs) (1 revision)
Jump to navigation Jump to search

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]]