SoMFEngineFind Method (SoEngine) |
Calls Find(targetValue, false).
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public int Find(
SoEngine targetValue
)
Public Function Find (
targetValue As SoEngine
) As Integer
public:
int Find(
SoEngine^ targetValue
)
member Find :
targetValue : SoEngine -> int
Parameters
- targetValue
- Type: OIV.Inventor.EnginesSoEngine
Return Value
Type:
Int32Remarks See Also