DWFImportOptions(IListElementId) Constructor |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic DWFImportOptions(
IList<ElementId> views
)
Public Sub New (
views As IList(Of ElementId)
)
public:
DWFImportOptions(
IList<ElementId^>^ views
)
new :
views : IList<ElementId> -> DWFImportOptions
Parameters
- views IListElementId
-
See Also