Revit 2022 API |
BaseImportOptions..::..GetLayerSelection Method |
BaseImportOptions Class See Also |
Get all set layers name which user want to import into Revit.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2013
Syntax
C# |
---|
public ICollection<string> GetLayerSelection() |
Visual Basic |
---|
Public Function GetLayerSelection As ICollection(Of String) |
Visual C++ |
---|
public: ICollection<String^>^ GetLayerSelection() |