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