Click or drag to resize

ListTypeStatistics Class

[Missing <summary> documentation for "T:RAYLASE.Marker.Common.ListTypeStatistics"]

Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.CommonListTypeStatistics

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public class ListTypeStatistics

The ListTypeStatistics type exposes the following members.

Constructors
 NameDescription
Public methodListTypeStatisticsInitializes a new instance of the ListTypeStatistics class
Top
Properties
 NameDescription
Public propertyCommandCount The number of commands contained in the specified list.
Public propertyExecutionTime The expected execution time.
Public propertyJumpLength The combined length of all jumped vectors.
Public propertyMarkLength The combined length of all marked vectors.
Public propertyPathCount The number of paths.
Public propertyPointCount The number of points. The poly line hast multiple points, all other marked vectors count as one.
Public propertyScanLines The number of scan lines used by bitmaps.
Public propertySlices The number of slices generated by solids.
Top
Methods
 NameDescription
Public methodAdd 
Top
See Also