'Declaration Public Function GetView( _ ByVal index As Integer _ ) As ImGearVectorView
'Usage Dim instance As ImGearVectPage Dim index As Integer Dim value As ImGearVectorView value = instance.GetView(index)
public ImGearVectorView GetView( int index )
public: ImGearVectorView* GetView( int index )
public: ImGearVectorView^ GetView( int index )
Parameters
- index
- Index of view to be returned.
Return Value
ImGearVectorView class object representing the view at the specified index.