Click or drag to resize

StageStatistics Class

Describes a set of statistics provided for this stage.
Inheritance Hierarchy
SystemObject
  Demo3D.IOStageStatistics

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Statistics

The StageStatistics type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyStats
List of statistics.
Top
Methods
  NameDescription
Public methodFormat
Format a user printable string for raw statistic values.
Top
See Also