SetObjectTip
|
This method is deprecated and supported for backward compatibility. Use Iso3SetObjectTip instead. (See Iso3SetObjectTip.)
|
Use this method to add tip information for an object in the illustration. The usage of these tips is controlled by
ObjectTipState. (See
ObjectTipState.)
Introduced with Arbortext IsoView 2.0.
Syntax
SetObjectTipIDNameTip
Parameters:
ID
Defines the id of the object as long.
Name
Defines the name of the object as BSTR.
Tip
Defines the tip text of the object as BSTR.
document.ivx1.SetObjectTip( 0, "UR-2006", "ring" );