Click or drag to resize
SoSFImage3IsNeverWrite 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 bool IsNeverWrite()

Return Value

Type: Boolean
Remarks

By default, the "neverWrite" condition is true.

See Also