Solid Edge Draft Type Library
DimensionTrackerStatisticsEx Method
Solid Edge Draft Type Library > DraftDocument Object : DimensionTrackerStatisticsEx Method
Description
Returns the number of dimensions and annotations that are changed or detached or rebound during drawing view update
Syntax
Visual Basic
Public Sub DimensionTrackerStatisticsEx( _
   ByRef ChangedAnnotationCount As Long, _
   ByRef ChangedDimensionCount As Long, _
   ByRef DetachedAnnotationCount As Long, _
   ByRef DetachedDimensionCount As Long, _
   ByRef AnnotationsReattachedToAvailableGeometry As Long, _
   ByRef DimensionsReattachedToAvailableGeometry As Long _
) 
Parameters
ChangedAnnotationCount
ChangedDimensionCount
DetachedAnnotationCount
DetachedDimensionCount
AnnotationsReattachedToAvailableGeometry
DimensionsReattachedToAvailableGeometry
See Also

DraftDocument Object  | DraftDocument Members  | Solid Edge V20 - What's New