SoEngineGetByName Method (String, SoEngineList) |
Looks up engine(s) by name.
Namespace: OIV.Inventor.EnginesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static int GetByName(
string name,
SoEngineList list
)
Public Shared Function GetByName (
name As String,
list As SoEngineList
) As Integer
public:
static int GetByName(
String^ name,
SoEngineList^ list
)
static member GetByName :
name : string *
list : SoEngineList -> int
Parameters
- name
- Type: SystemString
- list
- Type: OIV.InventorSoEngineList
Return Value
Type:
Int32Remarks See Also