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.20.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 propertyAverageJumpLength The average length of all jumped vectors.
Public propertyAverageMarkLength The average length of all marked vectors.
Public propertyCommandCount The number of commands contained in the specified list.
Public propertyExecutionTime The expected execution time.
Public propertyHasInfinitePasses True if a job element has infinite passes
Public propertyJumpCount The number of all jumped vectors.
Public propertyJumpLength The combined length of all jumped vectors.
Public propertyMarkCount The number of all marked vectors.
Public propertyMarkLength The combined length of all marked vectors.
Public propertyMaxJumpLength The maximum length of all jumped vectors.
Public propertyMaxMarkLength The maximum length of all marked vectors.
Public propertyMinJumpLength The minimum length of all jumped vectors.
Public propertyMinMarkLength The minimum 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 
Public methodAddJump 
Public methodAddMark 
Public methodFinishTrajectory 
Top
See Also