CimRemoveUnusedPoints (method)

Syntax

CimRemoveUnusedPoints

Description

Removes unused points that have been created as a result of Variable assignments.

Comments

The use of variables in expressions allows a user to assign points to animations at runtime.

As the program makes various variable assigns and adds new points to CimView, it leaves other points in a state that no objects are using them.

CimRemoveUnusedPoints can be used to remove these unused points from the screen, which reduces the number of updates, CimView receives from PTMAP, thus improving performance.

Example

Sub Cleanup

CimRemoveUnusedPoints

End Sub

More information

CIMPLICITY Extensions to Basic