Gets one of the tree points used to define an angle object.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEPoint GetPoint(
	int index
)
Public Function GetPoint ( _
	index As Integer _
) As IEPoint
public:
IEPoint GetPoint(
	int index
)

Parameters

index
Int32
Index of point to retrieve (0..2)

Return Value

Returns the required angle point.

See Also