ImageGear .NET v24.12 - Updated
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)
public float GetAttribValue( 
   int index
)
public: float GetAttribValue( 
   int index
) 
public:
float GetAttribValue( 
   int 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