Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.15 KB

Project.Application.DrawingCreate.md

File metadata and controls

45 lines (27 loc) · 1.15 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.DrawingCreate method (Project)
vbapj.chm2306
vbapj.chm2306
project-server
Project.Application.DrawingCreate
fc146a90-8207-0708-4cca-2015912b284a
06/08/2017
medium

Application.DrawingCreate method (Project)

Activates the drawing feature.

Syntax

expression. DrawingCreate( _Type_, _Behind_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Type Required Long The type of drawing to create. Can be one of the following PjShape constants: pjOLEObject, pjLine, pjArrow, pjRectangle, pjEllipse, pjArc, pjPolygon, or pjTextBox.
Behind Optional Boolean True if the drawing is created behind task bars. The default value is False.

Return value

Boolean

Remarks

The DrawingCreate method requires user interaction before additional code can be executed.

[!includeSupport and feedback]