Click or drag to resize
SoWinColorEditorAttach Method (SoMFColor, Int32, SoBase)

Attaches the editor to a color node and edits the specified color.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void Attach(
	SoMFColor color,
	int index,
	SoBase node
)

Parameters

color
Type: OIV.Inventor.FieldsSoMFColor
index
Type: SystemInt32
node
Type: OIV.Inventor.MiscSoBase
Remarks

See attach() for details.

See Also