| Revit 2023 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: 23.0.0.0 (23.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() |