NavisworksExportOptions.ExportRoomAsAttribute Property

NavisworksExportOptionsExportRoomAsAttribute Property

True to export data for each room converts into a single shared room attribute, false otherwise. Default value is true.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool ExportRoomAsAttribute { get; set; }
Public Property ExportRoomAsAttribute As Boolean
	Get
	Set
public:
property bool ExportRoomAsAttribute {
	bool get ();
	void set (bool value);
}
member ExportRoomAsAttribute : bool with get, set

Property Value

Boolean
See Also