모든 레이어 목록 가져오기
Contents
[
Hide
]모든 레이어 목록 가져오는 방법
문제: 모든 레이어 목록을 가져오는 방법.
팁: 이렇게 하려면 이미지를 로드할 때 Layers.GetLayersName() 함수를 사용하십시오.
예시:
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(); |