OptionalFunctionalityUtilsIsFBXExportAvailable Method |
Checks whether the FBX Export functionality is available in the installed Revit.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static bool IsFBXExportAvailable()
Public Shared Function IsFBXExportAvailable As Boolean
public:
static bool IsFBXExportAvailable()
static member IsFBXExportAvailable : unit -> bool
Return Value
Boolean
True if the FBX Export functionality is available in the installed Revit.
Remarks
FBX Export requires presence of certain modules that are optional and may not be part of the installed Revit.
See Also