ImageGear .NET - Updated May 30, 2018
GetAttribType Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorVertexCont Class : GetAttribType Method
Vertex position in the container.
Returns the type of vertex attribute if present.
Syntax
'Declaration
 
Public Function GetAttribType( _
   ByVal index As Integer _
) As ImGearVectVertexData
 
'Usage
 
Dim instance As ImGearVectorVertexCont
Dim index As Integer
Dim value As ImGearVectVertexData
 
value = instance.GetAttribType(index)

Parameters

index
Vertex position in the container.

Return Value

The ImGearVectVertexData enumeration constant specifying a type of the vertex attribute.
See Also

Reference

ImGearVectorVertexCont Class
ImGearVectorVertexCont Members