SoMFFieldContainerFind Method (SoFieldContainer) |
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(
SoFieldContainer targetValue
)
Public Function Find (
targetValue As SoFieldContainer
) As Integer
public:
int Find(
SoFieldContainer^ targetValue
)
member Find :
targetValue : SoFieldContainer -> int
Parameters
- targetValue
- Type: OIV.Inventor.FieldsSoFieldContainer
Return Value
Type:
Int32Remarks See Also