BaseImportOptionsSetLayerSelection Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SetLayerSelection(
ICollection<string> layerSelection
)
Public Sub SetLayerSelection (
layerSelection As ICollection(Of String)
)
public:
void SetLayerSelection(
ICollection<String^>^ layerSelection
)
member SetLayerSelection :
layerSelection : ICollection<string> -> unit
Parameters
- layerSelection ICollectionString
-
See Also