ENCX SDK  5.5.0.370
Public Member Functions | Properties | List of all members
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.idl";

Inheritance diagram for ENCX::RasChartPanelIdentifier:
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 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 4090 of file encxcom.idl.

Member Function Documentation

◆ Construct()

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

Initialize from a specific chart and panel.

Property Documentation

◆ ChartIdentifier

BSTR IRasChartPanelIdentifier::ChartIdentifier
getpropertyinherited

The chart.

◆ Panel

IRasPanelIdentifier IRasChartPanelIdentifier::Panel
getpropertyinherited

The panel within the chart.