Returns the header of the file being read.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public virtual string GetHeader()
Public Overridable Function GetHeader As String
public:
virtual String^ GetHeader()
abstract GetHeader : unit -> string
override GetHeader : unit -> string
Return Value
Type:
StringRemarks Note that by default (when no file or buffer is open), OIV.Inventor.SoInput reads from standard input, which may make the application appear to "hang".
See Also