VertexElement.Stream Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the stream number (or index) to use.
Visual Basic Public Property Stream As Short C# public short Stream { get; set; } C++ public:
property short Stream {
short get();
void set(short value);
}JScript public function get Stream() : short
public function set Stream(short);
System.Int16
This property is read/write.
Stream number (or index) to use.
Show: