IFCCategoryTemplateIsValidCategoryMappingFile Property |
Whether or not the category mapping file is valid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsValidCategoryMappingFile { get; set; }
Public Property IsValidCategoryMappingFile As Boolean
Get
Set
public:
property bool IsValidCategoryMappingFile {
bool get ();
void set (bool value);
}
member IsValidCategoryMappingFile : bool with get, set
Property Value
Boolean
See Also