Arbortext IsoView > Programmer's Reference > Object Functions > GetObjectDataString
  
GetObjectDataString
This method retrieves the data property of the specified object and returns it as a string (BSTR).
Introduced with Arbortext IsoView 2.0.
Syntax
GetObjectDataStringIDName
Parameters:
ID
Defines the id of the object as long.
Name
Defines the name of the object as BSTR.
edtData.value =
document.ivx1.GetObjectDataString( id,name );