SoDraggerSetTempPathToThis Method |
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetTempPathToThis(
SoPath somethingClose
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetTempPathToThis (
somethingClose As SoPath
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void SetTempPathToThis(
SoPath^ somethingClose
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetTempPathToThis :
somethingClose : SoPath -> unit
Parameters
- somethingClose
- Type: OIV.InventorSoPath
Remarks See Also