'DeklarationPublic ReadOnly Property Layers As CollectionLayers
public CollectionLayers Layers {get;}
public: property CollectionLayers^ Layers { CollectionLayers^ get(); }
'DeklarationPublic ReadOnly Property Layers As CollectionLayers
public CollectionLayers Layers {get;}
public: property CollectionLayers^ Layers { CollectionLayers^ get(); }
// Create new layer Layer layerNew = new Layer(proj.Layers); layerNew.Name = "Layer01"; layerNew.Condition = "Page() == 2"; // Iterate all layers foreach (Layer layer in proj.Layers) { string layerName = layer.Name; string layerCond = layer.Condition; }
Plattformen: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
.NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10