Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.09 KB

Project.Application.DrawingMove.md

File metadata and controls

40 lines (25 loc) · 1.09 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.DrawingMove method (Project)
vbapj.chm2311
vbapj.chm2311
project-server
Project.Application.DrawingMove
0d6e2b43-a9ab-1e9d-ad89-afa01afddb50
06/08/2017
medium

Application.DrawingMove method (Project)

Moves the active drawing object forward or backward in the drawing layers.

Syntax

expression. DrawingMove( _Forward_, _Full_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Forward Optional Boolean True if the active drawing object moves forward in the drawing layers. The default value is False.
Full Optional Boolean True if the active drawing object moves the full extent of the direction specified with Forward. False if the object moves only one layer. The default value is False.

Return value

Boolean

[!includeSupport and feedback]