FileManager.GetRevitFamilyCategories Method
Parent Object: FileManagerDescription
Method and returns an array of string that contains the names of Revit family categories.
Syntax
FileManager.GetRevitFamilyCategories( [InCurrentLanguage] As Variant ) As String()Parameters
Name | Type | Description |
InCurrentLanguage | Variant | Optional input Boolean value indicating whether the returned Revit family category names are in current language or English. This defaults to True indicates the names are in current language. Set this to False will return the names in English. This is an optional argument whose default value is null. |