Click or drag to resize
SoMFDataMeasureSetValuesBuffer Method

Sets the field to contain the values stored in userData.

Namespace: OIV.ImageViz.Fields
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetValuesBuffer(
	SoDataMeasure[] userData
)

Parameters

userData
Type: OIV.ImageViz.Nodes.MeasuresSoDataMeasure
Remarks

This data will not be copied into the field: it will be directly used by the field.

See Also