SoNodekitCatalogGetRightSiblingName Method (String) |
Returns the name of the right sibling of the specified part.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public string GetRightSiblingName(
string theName
)
Public Function GetRightSiblingName (
theName As String
) As String
public:
String^ GetRightSiblingName(
String^ theName
)
member GetRightSiblingName :
theName : string -> string
Parameters
- theName
- Type: SystemString
Return Value
Type:
StringRemarks See Also