Click or drag to resize
IMacroObject Methods

The IMacroObject type exposes the following members.

Methods
  NameDescription
Public methodMacroRepresentation
Returns the object which represents current object in the macro engine. Whenever the object implementing IMacroObject interface is used within macro engine this method is called its result is used instead.
Public methodToMacroString
Returns the default text representation in the macros (this is called when the expression is resolved to its final value and should be converted to string).
Top
See Also