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

The identity of a specific panel of a specific chart. More...

import"encxcom.idl";

Inheritance diagram for IRasChartPanelIdentifier:
Inheritance graph
[legend]

Public Member Functions

HRESULT Construct ([in] BSTR chartNumber, [in] IRasPanelIdentifier *panelID)
 Initialize from a specific chart and panel. More...
 

Properties

BSTR ChartIdentifier [get]
 The chart. More...
 
IRasPanelIdentifier Panel [get]
 The panel within the chart. More...
 

Detailed Description

The identity of a specific panel of a specific chart.

Definition at line 1038 of file encxcom.idl.

Member Function Documentation

◆ Construct()

HRESULT IRasChartPanelIdentifier::Construct ( [in] BSTR  chartNumber,
[in] IRasPanelIdentifier panelID 
)

Initialize from a specific chart and panel.

Property Documentation

◆ ChartIdentifier

BSTR IRasChartPanelIdentifier::ChartIdentifier
getproperty

The chart.

◆ Panel

IRasPanelIdentifier IRasChartPanelIdentifier::Panel
getproperty

The panel within the chart.