SoMFUByteFind Method (Byte) |
Calls Find(targetValue, false).
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int Find(
byte targetValue
)
Public Function Find (
targetValue As Byte
) As Integer
public:
int Find(
unsigned char targetValue
)
member Find :
targetValue : byte -> int
Parameters
- targetValue
- Type: SystemByte
Return Value
Type:
Int32Remarks See Also