SoWinColorEditorAttach Method (SoMFColor, Int32, SoBase) |
Attaches the editor to a color node and edits the specified color.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Attach(
SoMFColor color,
int index,
SoBase node
)
Public Sub Attach (
color As SoMFColor,
index As Integer,
node As SoBase
)
public:
void Attach(
SoMFColor^ color,
int index,
SoBase^ node
)
member Attach :
color : SoMFColor *
index : int *
node : SoBase -> unit
Parameters
- color
- Type: OIV.Inventor.FieldsSoMFColor
- index
- Type: SystemInt32
- node
- Type: OIV.Inventor.MiscSoBase
RemarksSee attach() for details.
See Also