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

Note: This API is now obsolete.

Calls CallGetAnyPart(partName, makeIfNeeded, leafCheck, 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,
	bool leafCheck
)

Parameters

partName
Type: SystemString
makeIfNeeded
Type: SystemBoolean
leafCheck
Type: SystemBoolean

Return Value

Type: SoNode
Remarks