IFCParameterTemplate.IsValidParameterMappingFile Property

IFCParameterTemplateIsValidParameterMappingFile Property

Whether or not the parameter 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 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