NavisworksExportOptionsExportUrls Property |
True to export URL parameters, 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 ExportUrls { get; set; }
Public Property ExportUrls As Boolean
Get
Set
public:
property bool ExportUrls {
bool get ();
void set (bool value);
}
member ExportUrls : bool with get, set
Property Value
Boolean
See Also