API Panel.Position.GetOrigin: Difference between revisions
Appearance
XML import API auto-gen |
XML import |
||
| Line 2: | Line 2: | ||
Gets a handle to an empty position | Gets a handle to an empty position | ||
<div style="width:25%; float:right" class="toc"> | |||
===Class hierarchy=== | |||
:Panel | |||
::Position | |||
:::GetOrigin | |||
</div> | |||
__TOC__ | |||
==Parameters== | |||
''This function has no parameters'' | ''This function has no parameters'' | ||
==Return value== | |||
[[Variable types|HANDLE]] | [[Variable types|HANDLE]] | ||
Returns the handle to an empty position | Returns the handle to an empty position | ||
==Detailed description== | |||
''No additional information'' | ''No additional information'' | ||
==Examples== | |||
===Calling in a calculation=== | |||
* Declare a variable 'result' of type HANDLE | * Declare a variable 'result' of type HANDLE | ||
* Add to a calculation icon: <pre class="brush:[ | * Add to a calculation icon: <pre class="brush:[cpp]">result = ::Panel.Position.GetOrigin()</pre> | ||
Revision as of 16:01, 11 May 2013
<sidebar>API contents</sidebar> Gets a handle to an empty position
Class hierarchy
- Panel
- Position
- GetOrigin
- Position
Parameters
This function has no parameters
Return value
Returns the handle to an empty position
Detailed description
No additional information
Examples
Calling in a calculation
- Declare a variable 'result' of type HANDLE
- Add to a calculation icon:
result = ::Panel.Position.GetOrigin()