VertexElement.DeclarationUsage Property

Language:

Retrieves or sets one or more usage values that define the intended use of the vertex data.

Definition

Visual Basic Public Property DeclarationUsage As DeclarationUsage
C# public DeclarationUsage DeclarationUsage { get; set; }
C++ public:
property DeclarationUsage DeclarationUsage {
        DeclarationUsage get();
        void set(DeclarationUsage value);
}
JScript public function get DeclarationUsage() : DeclarationUsage
public function set DeclarationUsage(DeclarationUsage);

Property Value

Microsoft.DirectX.Direct3D.DeclarationUsage
Value of the DeclarationUsage enumeration to set or retrieve.

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