ENCX SDK  5.5.0.370
Public Member Functions | Properties | List of all members
IGridDisplaySettings Interface Reference

Properties and methods for ENCX::GridDisplaySettings. More...

import"encxcom.idl";

Inheritance diagram for IGridDisplaySettings:
Inheritance graph
[legend]

Public Member Functions

HRESULT Copy ([out, retval] IGridDisplaySettings **pVal)
 Get an identical copy of this object. Like the Clone() method but type safe. More...
 

Properties

IGridPen GridPen1 [get, set]
 Primary grid pen. More...
 
IGridPen GridPen2 [get, set]
 Secondary grid pen. More...
 
IGridPen GridPen3 [get, set]
 Tertiary grid pen. More...
 
VARIANT_BOOL Show [get, set]
 Show or hide the grid. More...
 
DWORD LabelColour [get, set]
 Label colour. More...
 
VARIANT_BOOL ShowLabels [get, set]
 Show or hide labels. More...
 

Detailed Description

Properties and methods for ENCX::GridDisplaySettings.

Definition at line 3247 of file encxcom.idl.

Member Function Documentation

◆ Copy()

HRESULT IGridDisplaySettings::Copy ( [out, retval] IGridDisplaySettings **  pVal)

Get an identical copy of this object. Like the Clone() method but type safe.

Property Documentation

◆ GridPen1

IGridPen IGridDisplaySettings::GridPen1
getset

Primary grid pen.

◆ GridPen2

IGridPen IGridDisplaySettings::GridPen2
getset

Secondary grid pen.

◆ GridPen3

IGridPen IGridDisplaySettings::GridPen3
getset

Tertiary grid pen.

◆ LabelColour

DWORD IGridDisplaySettings::LabelColour
getset

Label colour.

◆ Show

VARIANT_BOOL IGridDisplaySettings::Show
getset

Show or hide the grid.

◆ ShowLabels

VARIANT_BOOL IGridDisplaySettings::ShowLabels
getset

Show or hide labels.