Share via


Master.IconUpdate Property

Visio Automation Reference

Determines whether a master icon is updated manually or automatically. Read/write.

Version Information
 Version Added:  Visio 2.0

Syntax

expression.IconUpdate

expression   A variable that represents a Master object.

Return Value
Integer

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.

See Also