SoSearchActionSetName Method |
Sets the name of the node to search for.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetName(
string n
)
Public Sub SetName (
n As String
)
public:
void SetName(
String^ n
)
member SetName :
n : string -> unit
Parameters
- n
- Type: SystemString
Remarks See Also