Click or drag to resize
SoBaseKitGetPartString Method

Given a node or a path to a node, checks if the part exists in the nodekit, in a nested nodekit, or an element of a list part.

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax
public string GetPartString(
	SoBase part
)

Parameters

part
Type: OIV.Inventor.MiscSoBase

Return Value

Type: String
Remarks

If so, returns a string describing the part name; otherwise, returns an empty string ("").

See Also