SoOutputSetFileProperty Method |
Sets a combination of properties for the current file.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void SetFileProperty(
SoOutputFileProperties properties
)
Public Sub SetFileProperty (
properties As SoOutputFileProperties
)
public:
void SetFileProperty(
SoOutputFileProperties properties
)
member SetFileProperty :
properties : SoOutputFileProperties -> unit
Parameters
- properties
- Type: OIV.InventorSoOutputFileProperties
RemarksThe 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 |
---|
Member available since Open Inventor 8.1 |
See Also