ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorVertexCont Class / GetAttribValue Method
Vertex position in the container.




In This Topic
    GetAttribValue Method
    In This Topic
    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