SoWWWInlineSetChildData Method |
Sets the child data the inline should display.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetChildData(
SoNode urlData
)
Public Sub SetChildData (
urlData As SoNode
)
public:
void SetChildData(
SoNode^ urlData
)
member SetChildData :
urlData : SoNode -> unit
Parameters
- urlData
- Type: OIV.Inventor.NodesSoNode
Remarks The application should set child data after it has fetched data for an inline node.
See Also