Return a selected object

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEObject GetSelected(
	int index
)
Public Function GetSelected ( _
	index As Integer _
) As IEObject
public:
IEObject^ GetSelected(
	int index
)

Parameters

index
Int32
The index of a selected object

Return Value

Returns the selected object

See Also