MaterialTableItem Property  | 
 
            Conceptually, the material table is an array of materials.
            The operator[] can be used to get individual materials. A material is
            either active or deleted and this state is reported by Material.IsDeleted.
            
 
    Namespace: 
   Rhino.DocObjects.Tables
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Material this[
	int index
] { get; }Public ReadOnly Default Property Item ( 
	index As Integer
) As Material
	Get
Parameters
- index
 - Type: SystemInt32
zero based array index. 
Return Value
Type: 
Material
            If index is out of range, the current material is returned.
            
See Also