Visio.Interfaces.ShapeUpdateData interface    
An interface for updating data on the Shape object, for use in shape.set({ ... }).
Properties
| select | Returns true, if shape is selected. User can set true to select the shape explicitly. | 
| view | Returns the view of the shape. | 
Property Details
select
Returns true, if shape is selected. User can set true to select the shape explicitly.
select?: boolean;Property Value
boolean
Remarks
[ API set: 1.1 ]
view
Returns the view of the shape.
view?: Visio.Interfaces.ShapeViewUpdateData;Property Value
Remarks
[ API set: 1.1 ]