ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntity Class / RemoveAttrib Method
Attribute being removed.




In This Topic
    RemoveAttrib Method
    In This Topic
    Removes and destroys an attribute.
    Syntax
    'Declaration
     
    Public Sub RemoveAttrib( _
       ByVal attributeType As ImGearVectAttrib _
    ) 
    'Usage
     
    Dim instance As ImGearVectorEntity
    Dim attributeType As ImGearVectAttrib
     
    instance.RemoveAttrib(attributeType)
    public void RemoveAttrib( 
       ImGearVectAttrib attributeType
    )
    public: void RemoveAttrib( 
       ImGearVectAttrib attributeType
    ) 
    public:
    void RemoveAttrib( 
       ImGearVectAttrib attributeType
    ) 

    Parameters

    attributeType
    Attribute being removed.
    See Also