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

Note: This API is now obsolete.

Calls CallCreatePathToAnyPart(partName, makeIfNeeded, false, false, (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
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")]
public SoNodeKitPath CallCreatePathToAnyPart(
	string partName,
	bool makeIfNeeded
)

Parameters

partName
Type: SystemString
makeIfNeeded
Type: SystemBoolean

Return Value

Type: SoNodeKitPath
Remarks