Northwoods.Go Assembly > Northwoods.Go Namespace > GoLayer Class : NextObject Method |
1
returns the next object (just in front of obj); a value of -1
returns the previous object (just behind obj)
'Declaration Public Function NextObject( _ ByVal obj As GoObject, _ ByVal relativeZorder As Integer _ ) As GoObject
public GoObject NextObject( GoObject obj, int relativeZorder )
1
returns the next object (just in front of obj); a value of -1
returns the previous object (just behind obj)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