Click or drag to resize
SoBaseKitCallGetAnyPart Method (String, Boolean)

Note: This API is now obsolete.

Calls CallGetAnyPart(partName, makeIfNeeded, false, false).

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")]
public SoNode CallGetAnyPart(
	string partName,
	bool makeIfNeeded
)

Parameters

partName
Type: SystemString
makeIfNeeded
Type: SystemBoolean

Return Value

Type: SoNode
Remarks