ConstantTable.StreamData Property (Microsoft.DirectX.Direct3D)

Retrieves a GraphicsStream object that contains the constant table.

Definition

Visual Basic Public ReadOnly Property StreamData As GraphicsStream
C# public GraphicsStream StreamData { get; }
C++ public:
property GraphicsStream^ StreamData {
        GraphicsStream^ get();
}
JScript public function get StreamData() : GraphicsStream

Property Value

Microsoft.DirectX.GraphicsStream
A GraphicsStream object that contains the constant table.

This property is read-only.