<?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 Re: Trying to create PropertySetDefinition in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/12486930#M4829</link>
    <description>&lt;P&gt;In order to use "PropertySetDefinition" class, you need to add some dll to solution.&lt;/P&gt;&lt;P&gt;I used below dll. They all are located in "C:\Program Files\Autodesk\AutoCAD 2021"&lt;/P&gt;&lt;P&gt;accoremgd&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;acdbmgd&lt;/P&gt;&lt;P&gt;acmgd&lt;/P&gt;&lt;P&gt;AecBaseMgd&lt;/P&gt;&lt;P&gt;AeccDbMgd&lt;/P&gt;&lt;P&gt;AecPropDataMgd&lt;/P&gt;&lt;P&gt;AecUIWindows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PropertySetDefinition refer AecPropDataMgd. And&lt;/SPAN&gt;&amp;nbsp;namespace is "Autodesk.Aec.PropertyData.DatabaseServices"&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2024 21:23:19 GMT</pubDate>
    <dc:creator>naoki.yanagisaki</dc:creator>
    <dc:date>2024-01-09T21:23:19Z</dc:date>
    <item>
      <title>Trying to create PropertySetDefinition</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/11480241#M4822</link>
      <description>&lt;P&gt;Hi, I'm trying to create Civil3D PorpertySetDefinition with c#.&lt;/P&gt;&lt;P&gt;But faced in some trouble. Code is Below. Please give me advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//---------------------------------&lt;/P&gt;&lt;P&gt;var doc =&amp;nbsp;Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument;&lt;/P&gt;&lt;P&gt;var db = doc.Database;&lt;/P&gt;&lt;P&gt;var propSetDefName = "MyCustomProp";&lt;/P&gt;&lt;P&gt;var propSetDef = new PropertySetDefinition();&lt;/P&gt;&lt;P&gt;propSetDef.SetToStandard(db);&lt;/P&gt;&lt;P&gt;propSetDef.SubSetDatabaseDefault(db);&lt;/P&gt;&lt;P&gt;propSetDef.Description = "This is sample description";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var appliedTo = new StringCollection();&lt;/P&gt;&lt;P&gt;appliedTo.Add("");&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// &amp;lt;- I want to define SOLID3D, but I don't know the word.&lt;/P&gt;&lt;P&gt;propSetDef.SetAppliesToFilter(appliedTo,false)&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 14:16:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/11480241#M4822</guid>
      <dc:creator>naoki.yanagisaki</dc:creator>
      <dc:date>2022-10-13T14:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create PropertySetDefinition</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/11480322#M4823</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;May this help you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/net/create-properties-in-custom-category/m-p/9385059" target="_blank"&gt;https://forums.autodesk.com/t5/net/create-properties-in-custom-category/m-p/9385059&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 14:42:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/11480322#M4823</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2022-10-13T14:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create PropertySetDefinition</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/11480542#M4824</link>
      <description>&lt;P&gt;And this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/civil-3d-customization/property-sets-lt-gt-object-data-sonverter/td-p/8062357" target="_blank"&gt;https://forums.autodesk.com/t5/civil-3d-customization/property-sets-lt-gt-object-data-sonverter/td-p/8062357&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 15:59:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/11480542#M4824</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2022-10-13T15:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create PropertySetDefinition</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/11480783#M4825</link>
      <description>&lt;P&gt;This is what I get from the filter when set to apply to Solid 3D.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"AcDb3dSolid"&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 17:41:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/11480783#M4825</guid>
      <dc:creator>hippe013</dc:creator>
      <dc:date>2022-10-13T17:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create PropertySetDefinition</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/11486715#M4826</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I was helpful.&lt;/P&gt;&lt;P&gt;Trouble is solved by below code.&lt;/P&gt;&lt;P&gt;RXObject.GetClass(typeof(Solid3d)).Name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// I can get&amp;nbsp;&lt;SPAN&gt;"AcDb3dSolid" by this code.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 00:54:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/11486715#M4826</guid>
      <dc:creator>naoki.yanagisaki</dc:creator>
      <dc:date>2022-10-17T00:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create PropertySetDefinition</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/11486718#M4827</link>
      <description>That's good.&lt;BR /&gt;My trouble was solved by "AcDb3dSolid"</description>
      <pubDate>Mon, 17 Oct 2022 00:48:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/11486718#M4827</guid>
      <dc:creator>naoki.yanagisaki</dc:creator>
      <dc:date>2022-10-17T00:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create PropertySetDefinition</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/12485795#M4828</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;in which namespace exist the PropertySetDefinition class , as I can't access it in my solution</description>
      <pubDate>Tue, 09 Jan 2024 13:22:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/12485795#M4828</guid>
      <dc:creator>Ta7a</dc:creator>
      <dc:date>2024-01-09T13:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create PropertySetDefinition</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/12486930#M4829</link>
      <description>&lt;P&gt;In order to use "PropertySetDefinition" class, you need to add some dll to solution.&lt;/P&gt;&lt;P&gt;I used below dll. They all are located in "C:\Program Files\Autodesk\AutoCAD 2021"&lt;/P&gt;&lt;P&gt;accoremgd&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;acdbmgd&lt;/P&gt;&lt;P&gt;acmgd&lt;/P&gt;&lt;P&gt;AecBaseMgd&lt;/P&gt;&lt;P&gt;AeccDbMgd&lt;/P&gt;&lt;P&gt;AecPropDataMgd&lt;/P&gt;&lt;P&gt;AecUIWindows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PropertySetDefinition refer AecPropDataMgd. And&lt;/SPAN&gt;&amp;nbsp;namespace is "Autodesk.Aec.PropertyData.DatabaseServices"&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 21:23:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/trying-to-create-propertysetdefinition/m-p/12486930#M4829</guid>
      <dc:creator>naoki.yanagisaki</dc:creator>
      <dc:date>2024-01-09T21:23:19Z</dc:date>
    </item>
  </channel>
</rss>

