mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-11 22:21:52 +00:00
copied Revit 2024 SDK
This commit is contained in:
@@ -44,11 +44,7 @@ namespace Revit.SDK.Samples.ImportExport.CS
|
||||
public ImportImageData(ExternalCommandData commandData, ImportFormat importFormat)
|
||||
: base(commandData, importFormat)
|
||||
{
|
||||
if (OptionalFunctionalityUtils.IsPDFImportAvailable())
|
||||
m_filter = "All Image Files (*.bmp, *.gif, *.jpg, *.jpeg, *.pdf, *.png, *.tif)|*.bmp;*.gif;*.jpg;*.jpeg;*.pdf;*.png;*.tif";
|
||||
else
|
||||
m_filter = "All Image Files (*.bmp, *.gif, *.jpg, *.jpeg, *.png, *.tif)|*.bmp;*.gif;*.jpg;*.jpeg;*.png;*.tif";
|
||||
|
||||
m_filter = "All Image Files (*.bmp, *.gif, *.jpg, *.jpeg, *.pdf, *.png, *.tif)|*.bmp;*.gif;*.jpg;*.jpeg;*.pdf;*.png;*.tif";
|
||||
m_title = "Import Image";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user