Arbortext IsoView > Programmer's Reference > Object Attributes > Iso3GetFloatAttrValue
  
Iso3GetFloatAttrValue
Returns the value of a floating number attribute.
Introduced with Arbortext IsoView 3.0.
Syntax
Iso3GetFloatAttrValueobjectattrName
Parameters:
object
Defines the object identifier as BSTR.
attrName
Defines the attribute name as BSTR.
floatValue =
document.ivx1.Iso3GetFloatAttrValue("id(myObj1)","Diameter");