SoInputSetCurFileType Method |
Note: This API is now obsolete.
Sets the type of the current file.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public virtual void SetCurFileType(
SoInputFileTypes fileType
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Overridable Sub SetCurFileType (
fileType As SoInputFileTypes
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
virtual void SetCurFileType(
SoInputFileTypes fileType
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
abstract SetCurFileType :
fileType : SoInputFileTypes -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
override SetCurFileType :
fileType : SoInputFileTypes -> unit
Parameters
- fileType
- Type: OIV.InventorSoInputFileTypes
RemarksObsoletesince Open Inventor 9100
No longer used.
See Also