TeamcenterKnowledge

Configuring Systems Engineering > Customizing Visio diagram templates

Making Teamcenter properties available in Microsoft Visio

To make additional Teamcenter properties available in Visio, you must provide the following extension as the extension point: com.teamcenter.rac.diagramming.tcPropertyListToPopulate.

Example

<!-- Start tcPropertyListToPopulate extension point definition -->
<extension point="com.teamcenter.rac.diagramming.tcPropertyListToPopulate">
<tcPropertyListToPopulate originatingClass="TCComponentBOMLine">
<tcProperty>bl_rev_object_name</tcProperty>
</tcPropertyListToPopulate>
<tcPropertyListToPopulate originatingClass="TCComponentGDELine">
<tcProperty>fnd0bl_gde_name</tcProperty>
<tcProperty>bl_level_starting_0</tcProperty>
</tcPropertyListToPopulate>
<tcPropertyListToPopulate originatingClass="TCComponentTcRelation">
<tcProperty>primary_object</tcProperty>
<tcProperty>secondary_object</tcProperty>
</tcPropertyListToPopulate>
<tcPropertyListToPopulate originatingClass="TCComponentItem">
<tcProperty>object_name</tcProperty>
</tcPropertyListToPopulate>
<tcPropertyListToPopulate originatingClass="TCComponentItemRevision">
<tcProperty>object_name</tcProperty>
</tcPropertyListToPopulate>
</extension>
<!-- End tcPropertyListToPopulate extension point definition -->

Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.plm00038/xid1198616 · retrieved Fri Jul 10 2026 00:00:00 GMT+0000 (Coordinated Universal Time)