SimplificationMesh.VertexAttributeWeights Property

Language:

Retrieves the per-vertex attribute weights used to create a SimplificationMesh object.

Definition

Visual Basic Public ReadOnly Property VertexAttributeWeights As AttributeWeights()
C# public AttributeWeights[] VertexAttributeWeights { get; }
C++ public:
property array<AttributeWeights>^ VertexAttributeWeights {
        array<AttributeWeights>^ get();
}
JScript public function get VertexAttributeWeights() : AttributeWeights[]

Property Value

Microsoft.DirectX.Direct3D.AttributeWeights[]
Array of vertex attribute weights. For more information, see AttributeWeights.

This property is read-only. 

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
OutOfMemoryException Leave Site Microsoft Direct3D could not allocate sufficient memory to complete the call.

See Also


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