Solid Edge Draft Type Library
AnnotationTrackerStatistics Method
Solid Edge Draft Type Library > DraftDocument Object : AnnotationTrackerStatistics Method
Returns the number of changed annotations.
Returns the number of detached annotations.
Description
Returns the number of Annotations, Hole Tables and Parts Lists that are changed or detached during drawing view update
Syntax
Visual Basic
Public Sub AnnotationTrackerStatistics( _
   ByRef ChangedAnnotationCount As Long, _
   ByRef DetachedAnnotationCount As Long _
) 
Parameters
ChangedAnnotationCount
Returns the number of changed annotations.
DetachedAnnotationCount
Returns the number of detached annotations.
See Also

DraftDocument Object  | DraftDocument Members