SoInteractionKitSetPartAsDefault Method (String, String) |
Calls SetPartAsDefault(partName, newNodeName, true).
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool SetPartAsDefault(
string partName,
string newNodeName
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function SetPartAsDefault (
partName As String,
newNodeName As String
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool SetPartAsDefault(
String^ partName,
String^ newNodeName
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetPartAsDefault :
partName : string *
newNodeName : string -> bool
Parameters
- partName
- Type: SystemString
- newNodeName
- Type: SystemString
Return Value
Type:
BooleanRemarks See Also