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

Note: This API is now obsolete.

Calls CallCreatePathToAnyPart(partName, makeIfNeeded, leafCheck, publicCheck, (OIV.Inventor.SoPath ^)nullptr).

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

Parameters

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

Return Value

Type: SoNodeKitPath
Remarks