GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / GetAction Method
the zero-based index
In This Topic
    GetAction Method
    In This Topic
    Get the action at a particular index.
    Syntax
    public GoDrawingAction GetAction( 
       int i
    )

    Parameters

    i
    the zero-based index

    Return Value

    Remarks
    This method throws an exception if i is out of bounds. You cannot modify the action for a particular point.
    See Also