Click or drag to resize
SoOutputFileProperties Enumeration

This enum defines the properties used when data are written to a file.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public enum FileProperties
Members
  Member nameValueDescription
DefaultProperty0

Regular ascii or binary output.

This is the default property value.

CompressedZlib1

Compressed ascii or binary output using the zlib module.

Remarks

The function setFileProperty uses this enum.

Note Note

Member available since Open Inventor 8.1

See Also