IFCCategoryTemplate.IsValidCategoryMappingFile Property

IFCCategoryTemplateIsValidCategoryMappingFile Property

Whether or not the category mapping file is valid.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public 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