ImageGear .NET v24.12 - Updated
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)
public void RemoveAttrib( 
   ImGearVectAttrib attributeType
)
public: void RemoveAttrib( 
   ImGearVectAttrib attributeType
) 
public:
void RemoveAttrib( 
   ImGearVectAttrib attributeType
) 

Parameters

attributeType
Attribute being removed.
See Also

Reference

ImGearVectorEntity Class
ImGearVectorEntity Members
ImGearVectAttrib Enumeration