ImageGear .NET - Updated May 1, 2018
GetAttribValue Method




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

Parameters

index
Vertex position in the container.

Return Value

The floating point value of the attribute (if any).
See Also

Reference

ImGearVectorVertexCont Class
ImGearVectorVertexCont Members