Overview

Programming Guide

API Reference

A3DMarkupBalloonData Struct Reference

Markup balloon. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DUTF8Charm_pcUpText
 
A3DUTF8Charm_pcDownText
 
EA3DMDBalloonShape m_eBalloonShape
 
A3DDouble m_dBallownSize
 
A3DMDTextPositionm_psTextPosition
 
A3DUns32 m_uiFileLinksSize
 
A3DUTF8Char ** m_ppFileLinks
 
A3DMDTextPropertiesm_pTextProperties
 

Detailed Description

Markup balloon.

Version
4.0

Field Documentation

A3DUns16 A3DMarkupBalloonData::m_usStructSize

Reserved; must be initialized by A3D_INITIALIZE_DATA.

A3DUTF8Char* A3DMarkupBalloonData::m_pcUpText

Up text.

A3DUTF8Char* A3DMarkupBalloonData::m_pcDownText

Down text.

EA3DMDBalloonShape A3DMarkupBalloonData::m_eBalloonShape

Balloon type.

A3DDouble A3DMarkupBalloonData::m_dBallownSize

Balloon size.

A3DMDTextPosition* A3DMarkupBalloonData::m_psTextPosition

Pointer to the text properties.

See also
A3DMDTextPropertiesGet
A3DUns32 A3DMarkupBalloonData::m_uiFileLinksSize

Number of file links.

A3DUTF8Char** A3DMarkupBalloonData::m_ppFileLinks

Array of file links.

A3DMDTextProperties* A3DMarkupBalloonData::m_pTextProperties

Pointer to the text properties.

See also
A3DMDTextPropertiesGet