VCOM:VectorWorks:Extension:IDBErrorContext

From Vectorworks Developer
Revision as of 14:57, 12 August 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.SDK|SDK ..SDK:Types|SDK Types ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference

Description

namespace VectorWorks::Extension

..put some descriptoin in here...

Interface

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

Members

HasErrors
GetNumErrors
ShowErrors

Remarks

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

typedef VCOMPtr<IDBErrorContext>  IDBErrorContextPtr;

Version

Available from: Vectorworks 2010

See Also

VCOM:VCOMPtr

[[VCOM:VCOMPtr]]