Description
The type of shape to draw.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Attributes
Type:
|
string
|
Access:
|
read/write
|
Default Value:
|
"Lines" ( Lines )
|
Valid Values:
|
Value
|
Label
|
"Lines"
|
Lines
|
"Annotations"
|
Annotations
|
"Points"
|
Points
|
"Triangle Strip"
|
Triangle Strip
|
"Triangles"
|
Triangles
|
"Icons"
|
Icons
|
|
Syntax
myString1 = myGraphicsOverlayShape1.Type;
myGraphicsOverlayShape1.Type = myString1;
|
See also
GraphicsOverlayShape Object
Graphics Overlays Guide
|