Northwoods.Go Assembly > Northwoods.Go Namespace : GoLayerCollectionEnumerator Structure |
'Declaration Public Structure GoLayerCollectionEnumerator Inherits 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.System.Object
System.ValueType
Northwoods.Go.GoLayerCollectionEnumerator
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2