الحصول على قائمة بجميع الطبقات
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(); |