BCGSuite for MFC

Enum which describes data object identifier constants.

For example, retrieving the data object by P_Caption identifier from CBCGPDiagramTableShape returns a pointer to the data object for the caption text.

If a diagram item has no caption then referring by P_Caption identifier returns NULL.

See also
CBCGPDiagramTableShape::GetPartTextData
Enumerator
P_None 

Null identifier. There is no data object or data object is not specified for the diagram item.

P_Caption 

Identifier refers to the caption of the diagram item. If a diagram item has no caption then referring by P_Caption fails.

P_CustomFirst 

The first custom part identifier.