ExportSettingsLayersToExport Property
Names of the layers to export (case-sensititve). If omitted all layers will be exported
Namespace: PCBI_IDX_ExportAssembly: PCBI_IDX_ImportExport (in PCBI_IDX_ImportExport.dll) Version: 17.0.0.0 (17.0.0.0)
public List<string> LayersToExport { get; set; }
Public Property LayersToExport As List(Of String)
Get
Set
public:
property List<String^>^ LayersToExport {
List<String^>^ get ();
void set (List<String^>^ value);
}
member LayersToExport : List<string> with get, set
Property Value
ListString