GetAttributeBoolean Method

Returns the value of a boolean type attribute.

Syntax

feature.GetAttributeBoolean(String): Boolean

where the argument  is name of the attribute.

Example

Message ("The value of the Boolean.1 attribute of # is #",
PartBody\Pad.1.Name(),
PartBody\Pad.1.GetAttributeBoolean("Boolean.1"))

Sample

KwrObject.CATPart

 

Back Up Next