NavisworksExportOptionsFindMissingMaterials Property |
True if the file exporter looks for a match for the materials missing from the export, false otherwise.
Default value is true.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool FindMissingMaterials { get; set; }
Public Property FindMissingMaterials As Boolean
Get
Set
public:
property bool FindMissingMaterials {
bool get ();
void set (bool value);
}
member FindMissingMaterials : bool with get, set
Property Value
Boolean
See Also