Rebuilds the internal collection of points. | |
Syntax: | object.Rebuild |
Description: | The Rebuild method will rebuild the interal
collection of points from the configuration of the object. Call
this if you have changed the configuration of the object and have
previously called methods on this collection. Example: Sub GefObjectPoints_Count() Dim oCimObj As GefObject Dim oCimObjPts As
GefObjectPoints Set oCimObj = CimGetObject Set oCimObjPts =
oCimObj.Points oCimObjPts.Rebuild End Sub |