ReadAutodesk.LayersToLoad Property

Gets or sets the list of layers to load. Only the Entities on these layers will be loaded.
Public Property LayersToLoad() As List(Of String)
This language is not supported or no code example is available.
public List<string> LayersToLoad {get; set;}
This language is not supported or no code example is available.

Property Value

List<string>
Remarks
 
If null, all layers are loaded.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition