| Transforms.SetWorldMatrixByIndex Method | Language: | 
      
      
      Sets the world matrix by its index.
      Definition
      
        
          
            | Visual Basic | Public Sub SetWorldMatrixByIndex( _ ByVal index As Integer, _
 ByVal value As Matrix _
 )
 | 
          
            | C# | public void  SetWorldMatrixByIndex( int index,
 Matrix value
 );
 | 
          
            | C++ | public: void SetWorldMatrixByIndex(
 int index,
 Matrix value
 );
 | 
          
            | JScript | public function SetWorldMatrixByIndex( index : int,
 value : Matrix
 );
 | 
        
      
      Parameters
      
        
      
      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