Click or drag to resize
SoOutputSetFileProperty Method

Sets a combination of properties for the current file.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetFileProperty(
	SoOutputFileProperties properties
)

Parameters

properties
Type: OIV.InventorSoOutputFileProperties
Remarks

The function must be called before the output of any data. It can be called before the openFile or setFilePointer functions.

The default property is DefaultProperty when the OIV.Inventor.SoOutput object is created.

Note Note

Member available since Open Inventor 8.1

See Also