public struct GoLayerCollectionEnumerator : System.ValueType
public struct GoLayerCollectionEnumerator : System.ValueType
foreach
(or For Each
) construct to iterate through the layers that are part of a layer collection. In C#: foreach (GoLayer layer in aDocument.Layers) { . . . }
In VB.NET: Dim layer As GoLayer For Each layer in aDocument.Layers . . . Next
This structure type does not support comparison for equality.