SoInteractionKitSetPartAsDefault Method (String, SoNode) |
Calls SetPartAsDefault(partName, newNode, true).
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,
SoNode newNode
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function SetPartAsDefault (
partName As String,
newNode As SoNode
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool SetPartAsDefault(
String^ partName,
SoNode^ newNode
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetPartAsDefault :
partName : string *
newNode : SoNode -> bool
Parameters
- partName
- Type: SystemString
- newNode
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
BooleanRemarks See Also