<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic 'AeccLabelDimensionAnchorType' enum type redefinition in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aecclabeldimensionanchortype-enum-type-redefinition/m-p/3086742#M20477</link>
    <description>&lt;P&gt;Currently I am trying to export data of Corridor, Alignment, Surface and Pipe network, using ActiveX API, the language for programming is C++/COM. Now it's already OK to access corridor, alignment and surface objects, but when I trying to access the pipe object&amp;nbsp;in the same way, it fail&amp;nbsp;, I got a compile error:" 'AeccLabelDimensionAnchorType' enum type redefinition".&amp;nbsp;I &amp;nbsp;reference to the libraries by:&lt;/P&gt;&lt;P&gt;#import "c:/Program Files/Common Files/Autodesk Shared/acac18enu.tlb"&amp;nbsp;&lt;/P&gt;&lt;P&gt;#import "c:/Program Files/Common Files/Autodesk Shared/AecXBase65.tlb"&lt;/P&gt;&lt;P&gt;#import "c:/Program Files/Common Files/Autodesk Shared/AecXUIBase65.tlb"&lt;/P&gt;&lt;P&gt;#import "c:/Program Files/Common Files/Autodesk Shared/Civil Engineering 80/AeccXLand.tlb"&lt;/P&gt;&lt;P&gt;#import "c:/Program Files/Common Files/Autodesk Shared/Civil Engineering 80/AeccXUiLand.tlb"&lt;/P&gt;&lt;P&gt;#import "c:/Program Files/Common Files/Autodesk Shared/Civil Engineering 80/AeccXPipe.tlb"&lt;/P&gt;&lt;P&gt;#import "c:/Program Files/Common Files/Autodesk Shared/Civil Engineering 80/AeccXUiPipe.tlb"&lt;/P&gt;&lt;P&gt;And then I found that the enum type 'AeccLabelDimensionAnchorType' is definded in both AeccXLand and AeccXPipe, which cause the problem, is there any idea that I can avoid this problem, thanks a lot!&lt;/P&gt;&lt;P&gt;@ I am using civil 3d&amp;nbsp;2011.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jul 2011 08:33:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-07-11T08:33:29Z</dc:date>
    <item>
      <title>'AeccLabelDimensionAnchorType' enum type redefinition</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aecclabeldimensionanchortype-enum-type-redefinition/m-p/3086742#M20477</link>
      <description>&lt;P&gt;Currently I am trying to export data of Corridor, Alignment, Surface and Pipe network, using ActiveX API, the language for programming is C++/COM. Now it's already OK to access corridor, alignment and surface objects, but when I trying to access the pipe object&amp;nbsp;in the same way, it fail&amp;nbsp;, I got a compile error:" 'AeccLabelDimensionAnchorType' enum type redefinition".&amp;nbsp;I &amp;nbsp;reference to the libraries by:&lt;/P&gt;&lt;P&gt;#import "c:/Program Files/Common Files/Autodesk Shared/acac18enu.tlb"&amp;nbsp;&lt;/P&gt;&lt;P&gt;#import "c:/Program Files/Common Files/Autodesk Shared/AecXBase65.tlb"&lt;/P&gt;&lt;P&gt;#import "c:/Program Files/Common Files/Autodesk Shared/AecXUIBase65.tlb"&lt;/P&gt;&lt;P&gt;#import "c:/Program Files/Common Files/Autodesk Shared/Civil Engineering 80/AeccXLand.tlb"&lt;/P&gt;&lt;P&gt;#import "c:/Program Files/Common Files/Autodesk Shared/Civil Engineering 80/AeccXUiLand.tlb"&lt;/P&gt;&lt;P&gt;#import "c:/Program Files/Common Files/Autodesk Shared/Civil Engineering 80/AeccXPipe.tlb"&lt;/P&gt;&lt;P&gt;#import "c:/Program Files/Common Files/Autodesk Shared/Civil Engineering 80/AeccXUiPipe.tlb"&lt;/P&gt;&lt;P&gt;And then I found that the enum type 'AeccLabelDimensionAnchorType' is definded in both AeccXLand and AeccXPipe, which cause the problem, is there any idea that I can avoid this problem, thanks a lot!&lt;/P&gt;&lt;P&gt;@ I am using civil 3d&amp;nbsp;2011.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2011 08:33:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aecclabeldimensionanchortype-enum-type-redefinition/m-p/3086742#M20477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-11T08:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: 'AeccLabelDimensionAnchorType' enum type redefinition</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aecclabeldimensionanchortype-enum-type-redefinition/m-p/3088346#M20478</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After the #import, put an 'exclude'&amp;nbsp; and it should work...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;#import "C:/.../AeccXPipe.tlb" exclude("AeccLabelDimensionAnchorType")﻿&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Augusto Goncalves&lt;/P&gt;
&lt;P&gt;Autodesk Developer Network&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2011 13:29:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aecclabeldimensionanchortype-enum-type-redefinition/m-p/3088346#M20478</guid>
      <dc:creator>augusto.goncalves</dc:creator>
      <dc:date>2011-07-12T13:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: 'AeccLabelDimensionAnchorType' enum type redefinition</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aecclabeldimensionanchortype-enum-type-redefinition/m-p/3104418#M20479</link>
      <description>&lt;P&gt;Problem solved, thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2011 11:56:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aecclabeldimensionanchortype-enum-type-redefinition/m-p/3104418#M20479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-26T11:56:30Z</dc:date>
    </item>
  </channel>
</rss>

