<?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 How can I get apineig_colu[1,2,3,4].? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-get-apineig-colu-1-2-3-4/m-p/327973#M1950</link>
    <description>&lt;LI-CODE lang="cpp"&gt;err = ACAPI_Element_GetElemList(API_ColumnID, &amp;amp;lineGuids, APIFilt_OnActFloor);


for (const API_Guid&amp;amp; guid : lineGuids) {

    GSErrCode err = ACAPI_Element_GetHotspots(guid, &amp;amp;hotspots);

short ind;
for (ind = 0; ind &amp;lt; (short)hotspots.GetSize(); ind++) {
    API_Neig neig;
    API_Coord3D coord;
    hotspots[ind].Get(neig, coord);
    ACAPI_WriteReport("neigID = %ld, Index = %ld ", false, neig.neigID,neig.inIndex);

}





ind = 0, neigID = 5, Index = 0
ind = 1, neigID = 5, Index = 0
ind = 2, neigID = 5, Index = 0
ind = 3, neigID = 5, Index = 0
ind = 4, neigID = 5, Index = 0
ind = 5, neigID = 5, Index = 0
ind = 6, neigID = 5, Index = 0
ind = 7, neigID = 5, Index = 0
ind = 8, neigID = 5, Index = 0
ind = 9, neigID = 5, Index = 0
ind = 10, neigID = 5, Index = 0
ind = 11, neigID = 5, Index = 0
ind = 12, neigID = 5, Index = 0
ind = 13, neigID = 5, Index = 0
ind = 14, neigID = 5, Index = 0
ind = 15, neigID = 5, Index = 0
ind = 16, neigID = 5, Index = 0
ind = 17, neigID = 5, Index = 0
ind = 18, neigID = 5, Index = 0
ind = 19, neigID = 5, Index = 0
ind = 20, neigID = 5, Index = 0
ind = 21, neigID = 5, Index = 0
ind = 22, neigID = 5, Index = 0
ind = 23, neigID = 5, Index = 0
ind = 24, neigID = 5, Index = 0
ind = 25, neigID = 5, Index = 0
ind = 26, neigID = 5, Index = 0
ind = 27, neigID = 5, Index = 0
ind = 0, neigID = 5, Index = 0
ind = 1, neigID = 5, Index = 0
ind = 2, neigID = 5, Index = 0
ind = 3, neigID = 5, Index = 0
ind = 4, neigID = 5, Index = 0
ind = 5, neigID = 5, Index = 0
ind = 6, neigID = 5, Index = 0
ind = 7, neigID = 5, Index = 0
ind = 8, neigID = 5, Index = 0
ind = 9, neigID = 5, Index = 0
ind = 10, neigID = 5, Index = 0
ind = 11, neigID = 5, Index = 0
ind = 12, neigID = 5, Index = 0
ind = 13, neigID = 5, Index = 0
ind = 14, neigID = 5, Index = 0
ind = 15, neigID = 5, Index = 0
ind = 16, neigID = 5, Index = 0
ind = 17, neigID = 5, Index = 0
ind = 18, neigID = 5, Index = 0
ind = 19, neigID = 5, Index = 0
ind = 20, neigID = 5, Index = 0
ind = 21, neigID = 5, Index = 0
ind = 22, neigID = 5, Index = 0
ind = 23, neigID = 5, Index = 0
ind = 24, neigID = 5, Index = 0
ind = 25, neigID = 5, Index = 0
ind = 26, neigID = 5, Index = 0
ind = 27, neigID = 5, Index = 0

APINeig_Colu = 5,&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeeJaeYoung_0-1643011343235.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/18504i9B3EE54E920CB1D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_0-1643011343235.png" alt="LeeJaeYoung_0-1643011343235.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have all [0].&lt;/P&gt;
&lt;P&gt;How can I get apineig_colu[1,2,3,4].?&lt;/P&gt;
&lt;P&gt;ac25&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jan 2022 10:15:02 GMT</pubDate>
    <dc:creator>LeeJaeYoung</dc:creator>
    <dc:date>2022-01-28T10:15:02Z</dc:date>
    <item>
      <title>How can I get apineig_colu[1,2,3,4].?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-get-apineig-colu-1-2-3-4/m-p/327973#M1950</link>
      <description>&lt;LI-CODE lang="cpp"&gt;err = ACAPI_Element_GetElemList(API_ColumnID, &amp;amp;lineGuids, APIFilt_OnActFloor);


for (const API_Guid&amp;amp; guid : lineGuids) {

    GSErrCode err = ACAPI_Element_GetHotspots(guid, &amp;amp;hotspots);

short ind;
for (ind = 0; ind &amp;lt; (short)hotspots.GetSize(); ind++) {
    API_Neig neig;
    API_Coord3D coord;
    hotspots[ind].Get(neig, coord);
    ACAPI_WriteReport("neigID = %ld, Index = %ld ", false, neig.neigID,neig.inIndex);

}





ind = 0, neigID = 5, Index = 0
ind = 1, neigID = 5, Index = 0
ind = 2, neigID = 5, Index = 0
ind = 3, neigID = 5, Index = 0
ind = 4, neigID = 5, Index = 0
ind = 5, neigID = 5, Index = 0
ind = 6, neigID = 5, Index = 0
ind = 7, neigID = 5, Index = 0
ind = 8, neigID = 5, Index = 0
ind = 9, neigID = 5, Index = 0
ind = 10, neigID = 5, Index = 0
ind = 11, neigID = 5, Index = 0
ind = 12, neigID = 5, Index = 0
ind = 13, neigID = 5, Index = 0
ind = 14, neigID = 5, Index = 0
ind = 15, neigID = 5, Index = 0
ind = 16, neigID = 5, Index = 0
ind = 17, neigID = 5, Index = 0
ind = 18, neigID = 5, Index = 0
ind = 19, neigID = 5, Index = 0
ind = 20, neigID = 5, Index = 0
ind = 21, neigID = 5, Index = 0
ind = 22, neigID = 5, Index = 0
ind = 23, neigID = 5, Index = 0
ind = 24, neigID = 5, Index = 0
ind = 25, neigID = 5, Index = 0
ind = 26, neigID = 5, Index = 0
ind = 27, neigID = 5, Index = 0
ind = 0, neigID = 5, Index = 0
ind = 1, neigID = 5, Index = 0
ind = 2, neigID = 5, Index = 0
ind = 3, neigID = 5, Index = 0
ind = 4, neigID = 5, Index = 0
ind = 5, neigID = 5, Index = 0
ind = 6, neigID = 5, Index = 0
ind = 7, neigID = 5, Index = 0
ind = 8, neigID = 5, Index = 0
ind = 9, neigID = 5, Index = 0
ind = 10, neigID = 5, Index = 0
ind = 11, neigID = 5, Index = 0
ind = 12, neigID = 5, Index = 0
ind = 13, neigID = 5, Index = 0
ind = 14, neigID = 5, Index = 0
ind = 15, neigID = 5, Index = 0
ind = 16, neigID = 5, Index = 0
ind = 17, neigID = 5, Index = 0
ind = 18, neigID = 5, Index = 0
ind = 19, neigID = 5, Index = 0
ind = 20, neigID = 5, Index = 0
ind = 21, neigID = 5, Index = 0
ind = 22, neigID = 5, Index = 0
ind = 23, neigID = 5, Index = 0
ind = 24, neigID = 5, Index = 0
ind = 25, neigID = 5, Index = 0
ind = 26, neigID = 5, Index = 0
ind = 27, neigID = 5, Index = 0

APINeig_Colu = 5,&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeeJaeYoung_0-1643011343235.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/18504i9B3EE54E920CB1D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_0-1643011343235.png" alt="LeeJaeYoung_0-1643011343235.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have all [0].&lt;/P&gt;
&lt;P&gt;How can I get apineig_colu[1,2,3,4].?&lt;/P&gt;
&lt;P&gt;ac25&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 10:15:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-get-apineig-colu-1-2-3-4/m-p/327973#M1950</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2022-01-28T10:15:02Z</dc:date>
    </item>
  </channel>
</rss>

