<?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 vb.net arcobjects call attribute dialog once a new feature is created in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/vb-net-arcobjects-call-attribute-dialog-once-a-new/m-p/305129#M7930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my vb.net arcmap add-in application, I want to know how to popup the attribute dialog by arcobjects. I cannot do this by using "Display the attributes dialog before storing new features" because I have more function based on the attributes input of the new created feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to find a solution from internet, but failed to get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using arcmap and arcobjects 10.2.2. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 10:00:06 GMT</pubDate>
    <dc:creator>WuYang</dc:creator>
    <dc:date>2014-10-09T10:00:06Z</dc:date>
    <item>
      <title>vb.net arcobjects call attribute dialog once a new feature is created</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/vb-net-arcobjects-call-attribute-dialog-once-a-new/m-p/305129#M7930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my vb.net arcmap add-in application, I want to know how to popup the attribute dialog by arcobjects. I cannot do this by using "Display the attributes dialog before storing new features" because I have more function based on the attributes input of the new created feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to find a solution from internet, but failed to get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using arcmap and arcobjects 10.2.2. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 10:00:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/vb-net-arcobjects-call-attribute-dialog-once-a-new/m-p/305129#M7930</guid>
      <dc:creator>WuYang</dc:creator>
      <dc:date>2014-10-09T10:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: vb.net arcobjects call attribute dialog once a new feature is created</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/vb-net-arcobjects-call-attribute-dialog-once-a-new/m-p/305130#M7931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say "&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;popup the attribute dialog" are you referring to the dockable Attributes panel (available only in edit mode) where you can edit attributes of a feature? Or are you talking about the Attribute Table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The following VBA calls the button that opens the Attribute Panel as if you had clicked on it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14128697401115795 jive_text_macro" jivemacro_uid="_14128697401115795"&gt;
&lt;P&gt;Public Sub openPanel()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim pUID As IUID&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set pUID = New UID&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pUID.Value = "{44276914-98C1-11D1-8464-0000F875B9C6}"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim pCommandBars As ICommandBars&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set pCommandBars = Application.Document.CommandBars&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim pCommandItem As ICommandItem&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set pCommandItem = pCommandBars.Find(pUID, True)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pCommandItem.Execute&lt;/P&gt;
&lt;P&gt;End Sub&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:38:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/vb-net-arcobjects-call-attribute-dialog-once-a-new/m-p/305130#M7931</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2014-10-09T15:38:23Z</dc:date>
    </item>
  </channel>
</rss>

