Click or drag to resize

Stage Class

A stage in a data pathway.
Inheritance Hierarchy
SystemObject
  Demo3D.IOStage

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

The Stage type exposes the following members.

Constructors
  NameDescription
Public methodStage
Constructs a new stage in the pathway.
Top
Properties
  NameDescription
Public propertyDescr
The stage type.
Public propertyServiceName
The name of the service that processes data at this stage in the pathway.
Top
Methods
See Also