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