SDK:IWidgetDataPopup::SetModified

From Vectorworks Developer
Revision as of 14:17, 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

Member of SDK:IWidgetDataPopup

Setthe 'modified' flag of the popup data.

Using IWidgetDataPopup::IsModified you can check the state of the flag.

virtual void SetModified(
bool bModified) = 0;

Parameters

bModified bool The new value of the flag.