BaseImportOptions.SetLayerSelection Method

BaseImportOptionsSetLayerSelection Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public 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