Click or drag to resize

StageStatistic Class

Describes a statistic provided for this stage.
Inheritance Hierarchy
SystemObject
  Demo3D.IOStageStatistic

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

The StageStatistic type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDescription
A description of the statistic.
Public propertyMerge
Merge two statistics of type Type.
Public propertyName
Name of statistic.
Public propertyType
The statistic data type.
Top
Methods
See Also