GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDrawing Class
/ GetAction Method
the zero-based index
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
GetAction Method
In This Topic
Get the action at a particular index.
Syntax
C#
public
GoDrawingAction
GetAction(
int
i
)
Parameters
i
the zero-based index
Return Value
A
GoDrawingAction
value
Remarks
This method throws an exception if
i
is out of bounds. You cannot modify the action for a particular point.
See Also
Reference
GoDrawing Class
GoDrawing Members
PointsCount Property