<?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 RouteLayer as ArcMap Add-In&amp;nbsp; -&amp;nbsp; the geometry is not z-aware&amp;nbsp; - c# in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/routelayer-as-arcmap-add-in-nbsp-nbsp-the-geometry/m-p/192210#M4994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am going to get the Sample "Route Layer" &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/d/00010000041z000000.htm"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/d/00010000041z000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;running as ArcMap Add-In.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The sample makes use of SanFrancisco.gdb (SafeWay Supermarkets). The orginal programm is a standalone with its own main and is not using arcmap or anything else, just its licenses to perform.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Licence Initialising is what I have removes when using as Add-In.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcMap when clicking on the command button, an instance of the program (instead of the main mathod) is initialized an the solveRoute Method will be executed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;everything runs as expected but then it crashes on calling&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;naSolver.Solve(naContext, new GPMessagesClass(), new CancelTrackerClass());&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error is &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;the geometry is not z-aware&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All Properties are the same, I use the same GDB. The only differences are that I do not make use of a main method and the license initializer is not used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am searching for this error on google and read that this error occurs when the amount of calculating is too large. But there are 25 stops and they are calculated as well on the single program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do anyone have an idea how to solve the problem? Would be very nice. Thanks a lot!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 May 2011 08:33:07 GMT</pubDate>
    <dc:creator>SebastianKrings</dc:creator>
    <dc:date>2011-05-16T08:33:07Z</dc:date>
    <item>
      <title>RouteLayer as ArcMap Add-In  -  the geometry is not z-aware  - c#</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/routelayer-as-arcmap-add-in-nbsp-nbsp-the-geometry/m-p/192210#M4994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am going to get the Sample "Route Layer" &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/d/00010000041z000000.htm"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/d/00010000041z000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;running as ArcMap Add-In.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The sample makes use of SanFrancisco.gdb (SafeWay Supermarkets). The orginal programm is a standalone with its own main and is not using arcmap or anything else, just its licenses to perform.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Licence Initialising is what I have removes when using as Add-In.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcMap when clicking on the command button, an instance of the program (instead of the main mathod) is initialized an the solveRoute Method will be executed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;everything runs as expected but then it crashes on calling&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;naSolver.Solve(naContext, new GPMessagesClass(), new CancelTrackerClass());&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error is &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;the geometry is not z-aware&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All Properties are the same, I use the same GDB. The only differences are that I do not make use of a main method and the license initializer is not used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am searching for this error on google and read that this error occurs when the amount of calculating is too large. But there are 25 stops and they are calculated as well on the single program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do anyone have an idea how to solve the problem? Would be very nice. Thanks a lot!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 08:33:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/routelayer-as-arcmap-add-in-nbsp-nbsp-the-geometry/m-p/192210#M4994</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2011-05-16T08:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: RouteLayer as ArcMap Add-In  -  the geometry is not z-aware  - c#</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/routelayer-as-arcmap-add-in-nbsp-nbsp-the-geometry/m-p/192211#M4995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;so, nobody knows?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;maybe just a little discussion about the exception data were not z-aware would be nice&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;why is it not z-aware in my program and why IS it in the external program?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for any! ideas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 07:10:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/routelayer-as-arcmap-add-in-nbsp-nbsp-the-geometry/m-p/192211#M4995</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2011-05-20T07:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: RouteLayer as ArcMap Add-In  -  the geometry is not z-aware  - c#</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/routelayer-as-arcmap-add-in-nbsp-nbsp-the-geometry/m-p/192212#M4996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;theres a new hint I found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also tried the analysis with Paris.gsb and OfficeBuilding.gdb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paris also throws a exception saying the geometry is not z-aware.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But when using OfficeBuilding.gdb I get the Message geometry is not M-aware because the Offices have z-data I think (the floornumber where they are placed).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;additionally I made use of the GPMessageClass:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;naSolver.Solve(naContext, gpMessages, new CancelTrackerClass());&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;but when the Exception is caught gbMessages has no entries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get the same result when using the code sample from&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/d/0001000001zq000000.htm"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/d/0001000001zq000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have absolutely no idea whats going wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 12:06:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/routelayer-as-arcmap-add-in-nbsp-nbsp-the-geometry/m-p/192212#M4996</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2011-05-23T12:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: RouteLayer as ArcMap Add-In  -  the geometry is not z-aware  - c#</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/routelayer-as-arcmap-add-in-nbsp-nbsp-the-geometry/m-p/192213#M4997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, it seems that I'm a soliloquist but I still hope that anyone has an idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the past I did not made a licensecheck before solving the problem, because I was running the program in arcmap where the license should be clear I thought.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I put the license check between solving an clicking and it runs *happy*.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But this solves my problem only patially, I want/have to know why it is like it is!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any "further" discussion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 08:23:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/routelayer-as-arcmap-add-in-nbsp-nbsp-the-geometry/m-p/192213#M4997</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2011-05-25T08:23:18Z</dc:date>
    </item>
  </channel>
</rss>

