SoVRMLInlineGetChildData Method |
Sets the child data the inline should display.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoNode GetChildData()
Public Function GetChildData As SoNode
public:
SoNode^ GetChildData()
member GetChildData : unit -> SoNode
Return Value
Type:
SoNode
RemarksApplication should call this after it has fetched data for the inline node.
See Also