WindowOverlayPointsOptions.Positions Property

Top 

Description

Nx2 matrix determining the positions of n points (set by PointsOptions.Count) relative to the Shape.ReferencePoint. The units of the Positions matrix is defined by the PositionUnits property.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

Matrix of number

Access:

read/write

Default Value:


 

Syntax

myMatrix1 = myWindowOverlayPointsOptions1.Positions;

 

myWindowOverlayPointsOptions1.Positions = myMatrix1;

 

See also

WindowOverlayPointsOptions Object