SimplificationMesh.VertexAttributeWeights Property (Microsoft.DirectX.Direct3D)

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.

OutOfMemoryExceptionLeave Site

Microsoft Direct3D could not allocate sufficient memory to complete the call.

See Also