Solid Edge Draft Type Library
DimensionTrackerStatistics Method
Solid Edge Draft Type Library > DraftDocument Object : DimensionTrackerStatistics Method
Returns the number of changed dimensions.
Returns the number of detached dimensions.
Description
Returns the number of dimensions that are changed or detached during drawing view update
Syntax
Visual Basic
Public Sub DimensionTrackerStatistics( _
   ByRef ChangedDimCount As Long, _
   ByRef DetachedDimCount As Long _
) 
Parameters
ChangedDimCount
Returns the number of changed dimensions.
DetachedDimCount
Returns the number of detached dimensions.
See Also

DraftDocument Object  | DraftDocument Members