RemoveAttribute (Method)

Overview

Type:

Method

Available as of:

V1.3.2.0

Functional Description

This method is used to remove an attribute from the selected element.

The return value of type BOOL indicates TRUE if the attribute was successfully removed.

A call of this method returns either Ok, NoElementSelected, InvalidInput, or AttributeNotFound. Use the property Result to obtain the result of the method.

Interface

Input

Data type

Description

i_sAttribute

STRING [Gc_uiXmlLengthOfString]

Name of the attribute.