Feedback

  • Contents
 

II3IDStep::Height Property

get_Height

Returns the height of the node in pixels.

IDL Function Prototype

HRESULT Height(

   [out, retval] long * NodeHeight

);

C/C++ Syntax

HRESULT get_Height(long * NodeHeight);

Parameters

NodeHeight

The height in pixels.


put_Height

Sets the height of the node to the number of pixels specified.

IDL Function Prototype

HRESULT Height(

   [in] long NodeHeight

);

C/C++ Syntax

HRESULT put_Height(long NodeHeight);

Parameters

NodeHeight

The new height of the node, in pixels.