SoVRMLInlineSetChildData Method |
Gets 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 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
RemarksApplication should call this after it has fetched data for the inline node.
See Also