GoDiagram Web Reference
GetAction Method

the zero-based index
Get the action at a particular index.
Syntax
'Declaration
 
Public Function GetAction( _
   ByVal i As Integer _
) As GoDrawingAction
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.
Requirements

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

See Also

Reference

GoDrawing Class
GoDrawing Members
PointsCount Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback