- Contents
DesignerCOM API
II3IDStep::Top Property
get_Top
Returns the y-coordinate (top) pixel location of this step in the handler document.
IDL Function Prototype
HRESULT Top(
[out, retval] long * TopPos
);
C/C++ Syntax
HRESULT get_Top(long * TopPos);
Parameters
- TopPos
-
The y-coordinate location of this step in pixels.
put_Top
Assigns a y-coordinate (Top) pixel location of this step within the handler document. This does not change the height of the node.
IDL Function Prototype
HRESULT Top(
[in] long TopPos
);
C/C++ Syntax
HRESULT put_Top(long TopPos);
Parameters
- TopPos
-
The y-coordinate location of this step in pixels.