Solid Edge Framework Type Library
GetCounter Method
Specifies the type of counter to be returned.
Specifies whether or not the count is cumulative.
Returns the counter value.
Description
Returns a counter value chosen by Type from the current view. If bReset is false, the count is cumulative.
Syntax
Visual Basic
Public Sub GetCounter( _
   ByVal Type As Integer, _
   ByVal bReset As Boolean, _
   ByRef dCounter As Double _
) 
Parameters
Type
Specifies the type of counter to be returned.
bReset
Specifies whether or not the count is cumulative.
dCounter
Returns the counter value.
Remarks
Valid values for type are as follows: 0 - Null, 1 - Swap Copies, 2 - Swap Buffers, 3 - Make Currents, 4 - Vertices in Object ,5 - Points, 6 - Line Vertices, 7 - Line Strips, 8 - Lines, 9 - Triangle Vertices, 10 - Triangle Strips, 11 - Triangles, 12 - Quad Verts, 13 - Quad Strips, 14 - Quads, 15 - Polygon Verts, 16 - Polygons, 17 - GStrips, 18 - Updates, 19 - Draws, 20 - Bit Blts, 21 - Update Bit Blts, 22 - Hilite Bit Blts
See Also

View Object  | View Members