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