Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.3 KB

Visio.Master.OneD.md

File metadata and controls

41 lines (24 loc) · 1.3 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Master.OneD property (Visio)
vis_sdr.chm10713975
vis_sdr.chm10713975
Visio.Master.OneD
917f8cfc-a2fc-7572-936a-69956d139131
06/08/2017
medium

Master.OneD property (Visio)

Determines whether an object behaves as a one-dimensional (1D) object. Read-only.

Syntax

expression. OneD

expression A variable that represents a Master object.

Return value

Integer

Remarks

Setting the OneD property is equivalent to changing a shape's interaction style in the Behavior dialog box (click Behavior in the Shape Design group of the Developer tab). Setting the OneD property for a 1D shape to False deletes its 1D Endpoints section, even if the cells in that section were protected with the GUARD function.

You can get, but not set, the OneD property of a Master object.

The OneD property of a Shape object that is a guide is always 0. If you try to change the value of the OneD property of a guide shape, no error is raised, but the value remains 0.

The OneD property of an object from another application is always False.

[!includeSupport and feedback]