DisplayLayer Property

Specifies the display layer for the current picture or dynamo set.

Syntax

object.DisplayLayer [= Long]

Properties

The DisplayLayer property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Long

The display layer.

Remarks

The DisplayLayer property is not saved to disk, it is a transient property which is reset each time the document is opened. To specify a particular display layer for a Picture when the picture is opened in the Run-time environment, open the picture as "hidden" using the Open method and set the DisplayLayer property in the pictures Activated event.

 

Applies To