IconUpdate Property [Visio 2003 SDK Documentation]

Determines whether a master icon is updated manually or automatically.

intRet = object**.IconUpdate**

object**.IconUpdate** = updateMode

intRet     Integer. The current update mode for the master icon.

object     Required. An expression that returns a Master object.

updateMode     Required Integer. The new update mode for the master icon.

Version added

2.0

Remarks

The following constants declared by the Visio type library in VisMasterProperties show the possible values for the IconUpdate property.

Constant Value Description

visManual

0

Update icon manually.

visAutomatic

1

Update icon automatically from shape geometry data.

Applies to | Master object

See Also | IconSize property