VCOM:VectorWorks:IToolInteractiveDraw

From Vectorworks Developer
Jump to navigation Jump to search

Description

namespace VectorWorks

..put some descriptoin in here...

Interface

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

Members

GetObject
RemoveObject
ClearObjects
GetAdorner
RemoveAdorner
ClearAdorners
Setup

Remarks

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

typedef VCOMPtr<IToolInteractiveDraw>  IToolInteractiveDrawPtr;

Version

Available from: Vectorworks 2015

See Also

VCOM:VCOMPtr

[[VCOM:VCOMPtr]]