title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.DrawingMove method (Project) |
vbapj.chm2311 |
|
project-server |
|
0d6e2b43-a9ab-1e9d-ad89-afa01afddb50 |
06/08/2017 |
medium |
Moves the active drawing object forward or backward in the drawing layers.
expression. DrawingMove
( _Forward_
, _Full_
)
expression A variable that represents an Application object.
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. |
Boolean
[!includeSupport and feedback]