AnnoObjGetShapeType

 

Usage

ShapeType AnnoObjGetShapeType()

Description

Gets the shape type of the selected object, only if its type is aotShape (=25).

Parameters

None

Return value

One of the values from the ShapeType enum: shArrowRight (=0), shArrowLeft (=1), shArrowUp (=2), shArrowDown (=3) or shStar5 (=4).

Programming Notes

This function will return the default shape type (shArrowRight) if the selected object is not an aotShape.