Usage |
Integer AnnoObjSetShapeType(Shape As BIANNOLib.ShapeType) |
||
Description |
Sets the shape type of the selected object, only if its type is aotShape (=25). The shape type can be one of the values from the ShapeType enum: shArrowRight (=0), shArrowLeft (=1), shArrowUp (=2), shArrowDown (=3) or shStar5 (=4). |
||
Parameters |
Shape |
BIANNOLib.ShapeType |
The new shape type. |
Return value |
0 on success, -1 on failure. |
||
Programming Notes |
None |