SoEngineOutputListContains Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool Contains(
SoEngineOutput value
)
Public Function Contains (
value As SoEngineOutput
) As Boolean
public:
bool Contains(
SoEngineOutput^ value
)
member Contains :
value : SoEngineOutput -> bool
Parameters
- value
- Type: OIV.Inventor.EnginesSoEngineOutput
Return Value
Type:
BooleanSee Also