ConstantTable.StreamData Property (Microsoft.DirectX.Direct3D)
Retrieves a GraphicsStream object that contains the constant table.
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
Microsoft.DirectX.GraphicsStream
This property is read-only.
A GraphicsStream object that contains the constant table.
Show: