- Contents
 
DesignerCOM API
II3IDStep::Notes Property
get_Notes
Returns the description associated with this step.
IDL Function Prototype
HRESULT Notes(
[out, retval] BSTR * DescStr
);
C/C++ Syntax
HRESULT get_Notes(BSTR * DescStr);
Parameters
- DescStr
 - 
 
Text from this step's description field.
 
put_Notes
Assigns text to the description associated with this step.
IDL Function Prototype
HRESULT Notes(
[in] BSTR DescStr
);
C/C++ Syntax
HRESULT put_Notes(BSTR DescStr);
Parameters
- DescStr
 - 
 
Description of this step.
 

 
			 