Mathematica 9 is now available

AbsoluteOptions

Usage

AbsoluteOptions[expr] gives the absolute settings of options specified in an expression such as a graphics object.
AbsoluteOptions[expr, name] gives the absolute setting for the option name.
AbsoluteOptions[expr, { ,  , ... }] gives a list of the absolute settings for the options  .
AbsoluteOptions[object] gives the absolute settings for options associated with an external object such as a NotebookObject.


Notes

AbsoluteOptions gives the actual settings for options used internally by Mathematica when the setting given is Automatic or All.
AbsoluteOptions returns lists of rules, just like Options.
• You can use AbsoluteOptions on graphics options such as PlotRange and Ticks.
• If you ask for AbsoluteOptions[NotebookObject[ ... ], name] the kernel will send a request to the front end to find the result.
• See also: Options, FullGraphics.
• Related package: Utilities`FilterOptions`.
• New in Version 4.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.