SoMFDataMeasureFind Method (SoDataMeasure) |
Calls Find(targetValue, false).
Namespace: OIV.ImageViz.FieldsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int Find(
SoDataMeasure targetValue
)
Public Function Find (
targetValue As SoDataMeasure
) As Integer
public:
int Find(
SoDataMeasure^ targetValue
)
member Find :
targetValue : SoDataMeasure -> int
Parameters
- targetValue
- Type: OIV.ImageViz.Nodes.MeasuresSoDataMeasure
Return Value
Type:
Int32Remarks See Also