ENCX::RasChartPanelIdentifier Class Reference

The identity of a single panel (either the main chart or an inset panel) on a known raster chart. More...

import "_encxcom_encx.idl";

Inheritance diagram for ENCX::RasChartPanelIdentifier:

List of all members.

Public Member Functions

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

Properties

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


Detailed Description

The identity of a single panel (either the main chart or an inset panel) on a known raster chart.

Use IRasChartPanelIdentifier when both the chart identity must be specified as well as that of the panel. Properties and methods via IRasChartPanelIdentifier.

Definition at line 3260 of file _encxcom_encx.idl.


Member Function Documentation

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

Initialize from a specific chart and panel.


Property Documentation

BSTR* IRasChartPanelIdentifier::ChartIdentifier [get, inherited]

The chart.

IRasPanelIdentifier ** IRasChartPanelIdentifier::Panel [get, inherited]

The panel within the chart.