< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Fields
A3DMiscMarkupLinkedItemData Struct Reference

Markup Linked Item structure. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DBool m_bMarkupShowControl
 
A3DBool m_bMarkupDeleteControl
 
A3DBool m_bLeaderShowControl
 
A3DBool m_bLeaderDeleteControl
 
A3DAsmProductOccurrencem_pTargetProductOccurrence
 
A3DEntitym_pReference
 

Detailed Description

Markup Linked Item structure.

Version
2.0

The m_bMarkupShowControl and m_bMarkupDeleteControl members apply only to linked items in markups (A3DMkpMarkupData). Similarly, the m_bLeaderShowControl and m_bLeaderDeleteControl members apply only to linked items in leaders (A3DMkpLeaderData).

Field Documentation

A3DUns16 A3DMiscMarkupLinkedItemData::m_usStructSize

Reserved; must be initialized with A3D_INITIALIZE_DATA.

A3DBool A3DMiscMarkupLinkedItemData::m_bMarkupShowControl

Show/hide markup follows pointed entity.

A3DBool A3DMiscMarkupLinkedItemData::m_bMarkupDeleteControl

Delete markup follows pointed entity.

A3DBool A3DMiscMarkupLinkedItemData::m_bLeaderShowControl

Show leader follows pointed entity.

A3DBool A3DMiscMarkupLinkedItemData::m_bLeaderDeleteControl

Delete leader follows pointed entity.

A3DAsmProductOccurrence* A3DMiscMarkupLinkedItemData::m_pTargetProductOccurrence

If non-null, this member references a remote product occurrence that contains the reference.

A3DEntity* A3DMiscMarkupLinkedItemData::m_pReference

Pointer on the referenced entity.

Version
2.2