Click or drag to resize
SoSFImage3SetNeverWrite Method

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.

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

Parameters

neverWrite
Type: SystemBoolean
Remarks

By default, the "neverWrite" condition is true.

See Also