VertexElement.Stream Property

Language:

Retrieves or sets the stream number (or index) to use.

Definition

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);

Property Value

System.Int16
Stream number (or index) to use.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center