Click or drag to resize
SoMFDataMeasureStartEditing Method

Returns a pointer to the internally maintained array that can be modified.

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

Return Value

Type: SoDataMeasure
Remarks

The values in the array may be changed, but values cannot be added or removed. It is illegal to call any other editing methods between OIV.ImageViz.Fields.SoMFDataMeasure.StartEditing() and OIV.ImageViz.Fields.SoMFDataMeasure.FinishEditing() (e.g. (), OIV.ImageViz.Fields.SoMFDataMeasure.SetValue(OIV.ImageViz.Nodes.Measures.SoDataMeasure), etc.).

Fields, engines or sensors connected to this field and sensors are not notified that this field has changed until OIV.ImageViz.Fields.SoMFDataMeasure.FinishEditing() is called. Calling OIV.ImageViz.Fields.SoMFDataMeasure.FinishEditing() always sets the OIV.Inventor.Fields.SoField.IsDefault() flag to false and informs engines and sensors that the field changed, even if none of the values actually were changed.

See Also