vcanim.gif (8357 bytes)SAA_animationItemGetTargetElemnameLengths()
Home ] Sales ] Products ] Services ] Support ] Downloads ]

 

 

SAA_animationItemGetTargetElemnameLengths()

Gets the name lengths of the target elements of the animation items of an .ani element.

set scene [SAA_AllocScene]
set action [SAA_AllocElem]
.
.
SAA_actionGetNbAnimationItems $scene $action $SAA_Constants(SAA_ANIMITEM_TYPE) nbItems 
set items [ SAA_AllocSubElem $nbItems ]
SAA_actionGetAnimationItems $scene $anim $nbItems $items
set lengths [ SAA_AllocInt $nbItems ] 
SAA_animationItemGetTargetElemnameLengths $scene $anim $nbItems $items $lengths
Parameters
anim
An .ani element. To get an .ani element, use SAA_elementGetAction().
nbItems
The number of animation items in items. To get the total number of animation items in an .ani element, use SAA_actionGetNbAnimationItems().
items
An array of animation items. To get the animation items of an .ani element, use SAA_actionGetAnimationItems().
length
Returns an array containing the lengths of the names. This function returns the number of characters including the terminating null character.

See Also

SAA Index ] Examples SAA calls index ]

copyright Video-Collage Inc.