GetAttributeReal Method

Returns the value of a real type attribute.

Syntax

feature.GetAttributeReal(String): String

where String is name of the attribute. This name should be put between double-quotes.

Example

if PartBody\Hole.1\Real.1 <> 3
PartBody\Hole.1 .SetAttributeReal("Real.1",3)

Sample

KwrObject.CATPart

 

Back Up Next