SoInputGetCurFileType Method |
Note: This API is now obsolete.
If no type has been specified, the default type is Open Inventor.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public virtual SoInputFileTypes GetCurFileType()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overridable Function GetCurFileType As SoInputFileTypes
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual SoInputFileTypes GetCurFileType()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract GetCurFileType : unit -> SoInputFileTypes
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override GetCurFileType : unit -> SoInputFileTypes
Return Value
Type:
SoInputFileTypes
RemarksReturns the type of the current file.Obsoletesince Open Inventor 9100
No longer used.
See Also