Click or drag to resize
SoMFDataMeasureFindMeasureByName Method

Find the first measure with the given measure name.

Namespace: OIV.ImageViz.Fields
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoDataMeasure FindMeasureByName(
	string measureName
)

Parameters

measureName
Type: SystemString

Return Value

Type: SoDataMeasure
Remarks

Return NULL if not found.

See Also