Click or drag to resize
SoWWWInlineSetChildData Method

Sets the child data the inline should display.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetChildData(
	SoNode urlData
)

Parameters

urlData
Type: OIV.Inventor.NodesSoNode
Remarks

The application should set child data after it has fetched data for an inline node.

See Also