SDK:IWidgetsProvider::IsUsed: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(New page: __TOC__ <vwDoc> ----------------------------------------------------------------------------------------------------------- <desc> Member of SDK:IWidgetsProvider <b>For internal NNA ...)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:17, 12 August 2013

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

Description

Member of SDK:IWidgetsProvider

For internal NNA use.

Obtains the modification flag, or updates the flag. Primary use is to determine if this interface has been used to modify widgets.

virtual bool IsUsed(
bool bCheck) = 0;

Parameters

bCheck bool Determine if the instance should be in mode of monitoring modify flag set by all 'Set' functions.

Return Value

Returns state modify flag of this instance.