ObjectIsInherited property

Microsoft Visio Developer Reference

ObjectIsInherited property

   Example   

Indicates if a shape represents an ActiveX or OLE object that is inherited from the shape's master.

Version added

5.0

Syntax

intRet = object.ObjectIsInherited

intRet

Integer. True (-1) if object is inherited; otherwise, False (0).

object

Required. An expression that returns a Shape object.