InfoConnect for Airlines
MacrographReportsEnabled Property


Gets or sets a value indicating whether macrograph reporting is enabled.
Syntax
'Declaration
 
Property MacrographReportsEnabled As Boolean
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.MacrographReportsEnabled = value
 
value = instance.MacrographReportsEnabled
bool MacrographReportsEnabled {get; set;}

Property Value

The default value is true.
Remarks
A macrograph is a way to define and store a set of ReGIS commands as a single character (that is, as a graphics macro). By default, ReGIS can report the contents of a specific macrograph.

If, for security or other reasons, you don't want to allow macrograph reporting, set this property to false.

See Also