Arbortext IsoView > Programmer's Reference > Object Attributes > Iso3SetFloatAttrValue
  
Iso3SetFloatAttrValue
Set the value of a floating number attribute. In case of success the method returns true, otherwise false. If the attribute does not exist it will be added to the object.
Introduced with Arbortext IsoView 3.0.
Syntax
Iso3SetFloatAttrValueobjectattrNamevalue
Parameters:
object
Defines the object identifier as BSTR.
attrName
Defines the attribute name as BSTR.
value
Defines the new float value.
document.ivx1.Iso3SetFloatAttrValue("id(myObj1)","Diameter",0.5);