Click or drag to resize
SoSFArraySetNeverWrite Method

Sets the "neverWrite" flag.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetNeverWrite(
	bool neverWrite
)

Parameters

neverWrite
Type: SystemBoolean
Remarks

As this field may have to handle large amounts of data and its representation in an .iv file is not very efficient, it is often a good idea not to allow that data to be written out when required by a write action. By default, the "neverWrite" condition is false.

See Also