IsEngraved Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:13

Description

Returns 0 if the object is not affected by dynamic engrave. Otherwise, it returns the number of shapes generated after the engrave (1 or more).

Note: it will return 1 also if the is touching another object. See ShapeBBox for a safe method to find out if the object is affected by dynamic engrave.

Syntax

iValue = object.IsEngraved

object

Required. Object name, returned by Dim elem as ElementProp = Page.SelElement()

Example

A vertical rule is completely below the image with text wrap enabled, and therefore invisible - you see just the handles. The Page.SelElement.IsEngraved on the rule will return 1.

Click to toggle graphic size