ImageGear .NET - Updated March 30, 2018
RemoveAttrib Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : RemoveAttrib Method
Attribute being removed.
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)

Parameters

attributeType
Attribute being removed.
See Also

Reference

ImGearVectorEntity Class
ImGearVectorEntity Members
ImGearVectAttrib Enumeration