Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (23 loc) · 1.07 KB

graphicitem-stat-property-visio.md

File metadata and controls

42 lines (23 loc) · 1.07 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
GraphicItem.Stat Property (Visio)
vis_sdr.chm16914420
vis_sdr.chm16914420
visio
Visio.GraphicItem.Stat
1136700d-35f6-3d8a-4d65-bbf39ec943ab
06/08/2017

GraphicItem.Stat Property (Visio)

Returns status information for an object. Read-only.

Note This Visio object or member is available only to licensed users of Visio Professional 2013.

Syntax

expression . Stat

expression A variable that represents a GraphicItem object.

Return Value

Integer

Remarks

If an object is a reference to an entity in a document, and if that document closes, the Stat property returns a value in which the visStatClosed bit is set.

If an object is a reference to an entity that has been deleted, the Stat property returns a value in which the visStatDeleted bit is set.

A Component Object Model (COM) object, such as a Microsoft Visio Document object, lives as long as it is held (pointed to) by a client, even if the object is logically in a deleted or closed state.