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.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public void SetNeverWrite(
bool neverWrite
)
Public Sub SetNeverWrite (
neverWrite As Boolean
)
public:
void SetNeverWrite(
bool neverWrite
)
member SetNeverWrite :
neverWrite : bool -> unit
Parameters
- neverWrite
- Type: SystemBoolean
Remarks By default, the "neverWrite" condition is true.
See Also