Feedback

  • Contents
 

II3IDStep::Width Property

get_Width

Returns the width of this step as it is rendered within the handler document.

IDL Function Prototype

HRESULT Width(

   [out, retval] long * NodeWidth

);

C/C++ Syntax

HRESULT get_Width(long * NodeWidth);

Parameters

NodeWidth

The width of this step in pixels.


put_Width

Sets the width of this step as it is rendered within the handler document.

IDL Function Prototype

HRESULT Width(

   [in] long NodeWidth

);

C/C++ Syntax

HRESULT put_Width(long NodeWidth);

Parameters

NodeWidth

The width of this step in pixels.