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.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public virtual SoInputFileTypes GetCurFileType()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Overridable Function GetCurFileType As SoInputFileTypes
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
virtual SoInputFileTypes GetCurFileType()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
abstract GetCurFileType : unit -> SoInputFileTypes
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
override GetCurFileType : unit -> SoInputFileTypes
Return Value
Type:
SoInputFileTypes
RemarksReturns the type of the current file.Obsoletesince Open Inventor 9100
No longer used.
See Also