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.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public string GetPartString(
SoBase part
)
Public Function GetPartString (
part As SoBase
) As String
public:
String^ GetPartString(
SoBase^ part
)
member GetPartString :
part : SoBase -> string
Parameters
- part
- Type: OIV.Inventor.MiscSoBase
Return Value
Type:
StringRemarks If so, returns a string describing the part name; otherwise, returns an empty string ("").
See Also