| SoWinMaterialEditorAttach Method (SoMaterial, Int32) | 
Attaches the editor to a material node and edits the material of the given index. 
 
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void Attach(
	SoMaterial material,
	int index
)
Public Sub Attach ( 
	material As SoMaterial,
	index As Integer
)
public:
void Attach(
	SoMaterial^ material, 
	int index
)
member Attach : 
        material : SoMaterial * 
        index : int -> unit 
Parameters
- material
 - Type: OIV.Inventor.NodesSoMaterial
 - index
 - Type: SystemInt32
 
Remarks
See Also