GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / Item Property / Item(Int32) Property
In This Topic
    Item(Int32) Property
    In This Topic
    This IList indexed property gets or sets the object at a position in the group's array of children.
    Syntax
    public virtual GoObject Item( 
       int index
    ) {get; set;}

    Parameters

    index
    Remarks
    You can also refer to objects by name (a string) if they have been named, either with a call to AddChildName or with an override of FindChild.
    See Also