Get all set layers name which user want to import into Revit.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ICollection<string> GetLayerSelection()
Return Value
ICollection<String>
The layers' name.
See Also
Reference