Ottieni l'elenco di tutti i livelli
Contents
[
Hide
]Come ottenere l’elenco di tutti i livelli
Problema: Come ottenere l’elenco di tutti i livelli.
Suggerimenti: Per fare questo, utilizza la funzione Layers.GetLayersName() durante il caricamento dell’immagine.
Esempio:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List<string> layers = cadImage.Layers.GetLayersNames(); |