Difference between revisions of "Arw GetTextFontName"

From MultiCharts
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
Returns a string expression corresponding to the name of the text font assigned to an arrow object with the specified ID number.  
 
Returns a string expression corresponding to the name of the text font assigned to an arrow object with the specified ID number.  
 
   
 
   
http://www.buyxanaxonlinepill.com/ buy xanax online no prescription - xanax buy
+
== Usage ==
 +
<syntaxhighlight>Arw_GetTextFontName(ObjectID)</syntaxhighlight>
  
==== Notes ====
+
Where:
An object-specific ID number is returned by [[Arw_New]]when the arrow object is created.  
+
 
 +
:'''ObjectID''' - a numerical expression specifying the object ID number.
 
   
 
   
==== Example ====
+
== Notes ==
<syntaxhighlight>Arw_GetTextFontName(3) will return a string expression corresponding to the name of the text font  
+
* An object-specific ID number is assigned by [[Arw_New]], [[Arw_New_s]], [[Arw_New_self]] or [[Arw_New_self_s]] when the arrow object is created.
assigned to an arrow object with the ID number of 3</syntaxhighlight>
+
* Use [[Arw_GetActive]], [[Arw_GetFirst]] or [[Arw_GetNext]] to get the object-specific ID number of an already created arrow.
 
+
 
+
== Example ==
 
+
<syntaxhighlight>Arw_GetTextFontName(3);</syntaxhighlight>
 +
Will return a string expression corresponding to the name of the text font assigned to an arrow object with the ID number of 3.
  
 
[[Category:ArrowDrawing]]
 
[[Category:ArrowDrawing]]

Latest revision as of 08:40, 19 February 2012

Returns a string expression corresponding to the name of the text font assigned to an arrow object with the specified ID number.

Usage

Arw_GetTextFontName(ObjectID)

Where:

ObjectID - a numerical expression specifying the object ID number.

Notes

Example

Arw_GetTextFontName(3);

Will return a string expression corresponding to the name of the text font assigned to an arrow object with the ID number of 3.