<?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: Property Sets and invert elevation in Civil 3D Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/8701314#M149949</link>
    <description>&lt;P&gt;This post is pure gold! Thank you &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6271987"&gt;@samir_rezk&lt;/a&gt; !!&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2019 13:28:15 GMT</pubDate>
    <dc:creator>Buzz0m</dc:creator>
    <dc:date>2019-04-02T13:28:15Z</dc:date>
    <item>
      <title>Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/7932587#M149944</link>
      <description>&lt;P&gt;I'm trying to use Property Sets for my structures and pipes. Now I want to add invert elevation in the start and end points but can't understand how to do it. I'm using this code for other properties:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;RESULT="—"
On Error Resume Next
Set oApp=GetObject(, "AutoCAD.Application")
Set oCivilApp=oApp.GetInterfaceObject("AeccXUiLand.AeccApplication.11.0")
Set obj=oCivilApp.ActiveDocument.HandleToObject("[Handle]")
RESULT=obj.Name&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found this post about invert elevations but it doesn't make sense to me how to do it: &lt;A href="https://forums.autodesk.com/t5/civil-3d-forum/help-with-property-sets-invert-of-pipes/m-p/6834277#M327908" target="_blank"&gt;Help With Property Sets--Invert of Pipes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Anyone who can help me bring some light on this?&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 12:33:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/7932587#M149944</guid>
      <dc:creator>hericson</dc:creator>
      <dc:date>2018-04-14T12:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/8559751#M149945</link>
      <description>&lt;P&gt;Any luck? I'm having the same issue..&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 23:45:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/8559751#M149945</guid>
      <dc:creator>ccedilloYSFN7</dc:creator>
      <dc:date>2019-01-29T23:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/8559886#M149946</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6252852"&gt;@ccedilloYSFN7&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please elaborate on what it isy you’re trying to create a propert set for. Is it the structure connected pipes or the pipes them selves?! Also what is version are you using, the code is dependent on the version of civil 3d.&lt;/P&gt;
&lt;P&gt;thsnks&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 01:20:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/8559886#M149946</guid>
      <dc:creator>samir_rezk</dc:creator>
      <dc:date>2019-01-30T01:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/8559918#M149947</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6271987"&gt;@samir_rezk&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to create a property set that would allow me to view the Start and End Invert Elevations a Pipe (Pipes themselves) in Civil 3D 2018. I have been using the VB Script code (shown below) to bring in other Geometry but cant figure out the code for Invert Elevations. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RESULT="--"&lt;/P&gt;
&lt;P&gt;On Error Resume Next&lt;/P&gt;
&lt;P&gt;Set oApp=GetObject(, "AutoCAD.Application")&lt;/P&gt;
&lt;P&gt;Set oCivilApp=oApp.GetInterfaceObject("AeccXUiLand.AeccApplication.12.0")&lt;/P&gt;
&lt;P&gt;Set obj=oCivilApp.ActiveDocument.HandleToObject("[Handle]")&lt;/P&gt;
&lt;P&gt;RESULT=obj.&lt;FONT color="#FF0000"&gt;StartInvertElevation&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 01:47:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/8559918#M149947</guid>
      <dc:creator>ccedilloYSFN7</dc:creator>
      <dc:date>2019-01-30T01:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/8566672#M149948</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I want to explain a little bit about how to write the VBA code that's required to read Civil 3D object properties because there is a couple of things that you need to be aware of depending on what you are trying to accomplish:&lt;/P&gt;
&lt;P&gt;example code is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;RESULT="—"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT size="2" color="#FF0000"&gt;(common VBA technique to publish the outcome of the code at the beginning)&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;On Error Resume Next &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;FONT color="#FF0000"&gt;(this ensures that if the code fails the program does not crash)&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Set oApp=GetObject(, "AutoCAD.Application")&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT size="2" color="#FF0000"&gt;(Civil 3D is built on top AutoCAD so we must get access to the acad application first)&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Set oCivilApp=oApp.GetInterfaceObject("AeccXUiLand.AeccApplication.11.0") &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT size="2" color="#FF0000"&gt;(this is where&amp;nbsp;it starts getting tricky because there is 4 major civil application that can be listed here, then you must specify the version depending on what Civil 3D year version you are running)&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;The 4 Civil apps are&amp;nbsp;&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL style="list-style-position: inside;"&gt;
&lt;LI&gt;&lt;FONT color="#008000"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;AeccxUiLand &lt;FONT color="#FF0000"&gt;(all other Civil 3D Objects)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#008000"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;AeccUiPipe &lt;FONT color="#FF0000"&gt;(for Pipe Networks)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#008000"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;AeccxUiRoadway &lt;FONT color="#FF0000"&gt;(for Corridors)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#008000"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;AeccxUiSurvey &lt;FONT color="#FF0000"&gt;(survey Figures)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 952px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/598171iABAEE33E74239DA0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;right click and go to properties/details tab to identify the version no. it is different per the Civil 3D year version. &lt;FONT color="#FF0000"&gt;(Civil 3D 2019 is v. 13.0)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.JPG" style="width: 449px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/598173iF0D4496EC0B12EEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.JPG" alt="Capture2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Set obj=oCivilApp.ActiveDocument.HandleToObject("[Handle]")&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT size="2" color="#FF0000"&gt;(you must have the Handle field&amp;nbsp;included in your property set! this is going to be an automatic field that must be added prior to creating this formula field, it's necessary because it creates the link between the object designation in AutoCAD and&amp;nbsp; it's Civil 3d properties)&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;RESULT=obj.Name&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;FONT color="#FF0000"&gt;(finally we are going to reveal the property of the Civil 3d object that we want to read)&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#008000"&gt;&lt;EM&gt;the best and easiest way to get a complete picture of what properties you can read and what to write on this line is to run the DumpObject.LSP provided at&amp;nbsp;&lt;A href="http://www.lee-mac.com/dumpobject.html" target="_blank" rel="noopener"&gt;http://www.lee-mac.com/dumpobject.htmlObject.&lt;/A&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#008000"&gt;&lt;EM&gt;this lisp routine will result is an example listing as the following that I generated by selecting a pipe object, as you can see you now have all the Civil 3D&amp;nbsp; Property Names applicable to a certain object and you can now use the property name as &lt;/EM&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT color="#008000"&gt;&lt;EM&gt;a &lt;/EM&gt;&lt;/FONT&gt;&lt;FONT color="#008000"&gt;&lt;FONT color="#333333"&gt;&lt;STRONG&gt;Result&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#008000"&gt;&lt;EM&gt;&lt;FONT size="2"&gt; in y&lt;/FONT&gt;our VBA Code &lt;FONT color="#FF0000"&gt;(note that the properties are different for each object so properties of a structure are different than those for a pipe)&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#003366"&gt;Select object: ; IAeccPipe: Pipe interface&lt;BR /&gt;; Property values:&lt;BR /&gt;; Alignment = nil&lt;BR /&gt;; Application (RO) = #&amp;lt;VLA-OBJECT IAeccApplication 000001c5c35d8080&amp;gt;&lt;BR /&gt;; ClosestPointTo (RO) = ...Indexed contents not shown...&lt;BR /&gt;; Connectors (RO) = #&amp;lt;VLA-OBJECT IAeccConnectors 000001c5c35d8da0&amp;gt;&lt;BR /&gt;; Description = "12 inch Concrete Pipe"&lt;BR /&gt;; DisplayName (RO) = "Pipe - (1)"&lt;BR /&gt;; Document (RO) = #&amp;lt;VLA-OBJECT IAeccDocument 000001c5c35d8590&amp;gt;&lt;BR /&gt;; EGLDown = 0.0&lt;BR /&gt;; EGLUp = 0.0&lt;BR /&gt;; EndPoint (RO) = #&amp;lt;VLA-OBJECT 000001c5c35d87a0&amp;gt;&lt;BR /&gt;; EndStructure (RO) = #&amp;lt;VLA-OBJECT IAeccStructure 000001c5c33b2990&amp;gt;&lt;BR /&gt;; EntityTransparency = "ByLayer"&lt;BR /&gt;; FlowDirection (RO) = 1&lt;BR /&gt;; FlowDirectionMethod = 1&lt;BR /&gt;; Handle (RO) = "86C8"&lt;BR /&gt;; HasExtensionDictionary (RO) = 0&lt;BR /&gt;; HGLDown = 0.0&lt;BR /&gt;; HGLUp = 0.0&lt;BR /&gt;; HoldOnResize = 0&lt;BR /&gt;; Hyperlinks (RO) = #&amp;lt;VLA-OBJECT IAcadHyperlinks 000001c5c3bc5548&amp;gt;&lt;BR /&gt;; InnerDiameterOrWidth (RO) = 1.0&lt;BR /&gt;; InnerHeight (RO) = 1.0&lt;BR /&gt;; IsMaxCoverViolated (RO) = ...Indexed contents not shown...&lt;BR /&gt;; IsMinCoverViolated (RO) = ...Indexed contents not shown...&lt;BR /&gt;; Labels (RO) = #&amp;lt;VLA-OBJECT IAeccPipeLabels 000001c5c3c25eb0&amp;gt;&lt;BR /&gt;; Layer = "C-STRM-PIPE"&lt;BR /&gt;; Length2D (RO) = 115.963&lt;BR /&gt;; Length3D (RO) = 115.969&lt;BR /&gt;; Linetype = "ByLayer"&lt;BR /&gt;; LinetypeScale = 1.0&lt;BR /&gt;; Lineweight = -1&lt;BR /&gt;; Material = "ByLayer"&lt;BR /&gt;; MaximumCover (RO) = 0.0&lt;BR /&gt;; MinimumCover (RO) = 0.0&lt;BR /&gt;; Name = "Pipe - (1)"&lt;BR /&gt;; ObjectID (RO) = 42&lt;BR /&gt;; ObjectName (RO) = "AeccDbPipe"&lt;BR /&gt;; OuterDiameterOrWidth (RO) = 1.33333&lt;BR /&gt;; OuterHeight (RO) = 1.33333&lt;BR /&gt;; OwnerID (RO) = 43&lt;BR /&gt;; ParamsBool (RO) = #&amp;lt;VLA-OBJECT 000001c5c35d9f40&amp;gt;&lt;BR /&gt;; ParamsDouble (RO) = #&amp;lt;VLA-OBJECT 000001c5c35da420&amp;gt;&lt;BR /&gt;; ParamsLong (RO) = #&amp;lt;VLA-OBJECT 000001c5c35da480&amp;gt;&lt;BR /&gt;; ParamsString (RO) = #&amp;lt;VLA-OBJECT 000001c5c35d9fa0&amp;gt;&lt;BR /&gt;; PartDataRecord = #&amp;lt;VLA-OBJECT IAeccPartDataRecord 000001c5c35da840&amp;gt;&lt;BR /&gt;; PartFamily (RO) = #&amp;lt;VLA-OBJECT IAeccPartFamily 000001c5beb87e60&amp;gt;&lt;BR /&gt;; PartSizeName (RO) = "12 inch Concrete Pipe"&lt;BR /&gt;; PartType (RO) = 10&lt;BR /&gt;; PlotStyleName = "ByLayer"&lt;BR /&gt;; PointAtParam (RO) = ...Indexed contents not shown...&lt;BR /&gt;; Position (RO) = #&amp;lt;VLA-OBJECT IAeccPoint3d 000001c5c35da930&amp;gt;&lt;BR /&gt;; ProfileNetworkParts (RO) = #&amp;lt;VLA-OBJECT IAeccGraphProfileNetworkParts 000001c5c3c25910&amp;gt;&lt;BR /&gt;; Radius (RO) = 0.0&lt;BR /&gt;; ShowToolTip = -1&lt;BR /&gt;; Slope (RO) = 0.01&lt;BR /&gt;; StartPoint (RO) = #&amp;lt;VLA-OBJECT 000001c5c35db350&amp;gt;&lt;BR /&gt;; StartStructure (RO) = #&amp;lt;VLA-OBJECT IAeccStructure 000001c5c33b6190&amp;gt;&lt;BR /&gt;; STMPipeMetadata = unsupported result type: 65&lt;BR /&gt;; Style = #&amp;lt;VLA-OBJECT IAeccPipeStyle 000001c5beb894e0&amp;gt;&lt;BR /&gt;; SubEntityType (RO) = 0&lt;BR /&gt;; Surface = nil&lt;BR /&gt;; SweptShape (RO) = 2&lt;BR /&gt;; TrueColor = #&amp;lt;VLA-OBJECT IAcadAcCmColor 000001c5c3bc61a0&amp;gt;&lt;BR /&gt;; Visible = -1&lt;BR /&gt;; WallThickness (RO) = 0.166667&lt;/FONT&gt;&lt;FONT size="2" color="#008000"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" color="#333333"&gt;Hope this helps,&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 14:17:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/8566672#M149948</guid>
      <dc:creator>samir_rezk</dc:creator>
      <dc:date>2019-02-01T14:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/8701314#M149949</link>
      <description>&lt;P&gt;This post is pure gold! Thank you &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6271987"&gt;@samir_rezk&lt;/a&gt; !!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 13:28:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/8701314#M149949</guid>
      <dc:creator>Buzz0m</dc:creator>
      <dc:date>2019-04-02T13:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/9292449#M149950</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RESULT="--"&lt;BR /&gt;On Error Resume Next&lt;BR /&gt;Set oApp=GetObject(, "AutoCAD.Application")&lt;BR /&gt;Set oCivilApp=oApp.GetInterfaceObject("AeccXUiPipe.AeccApplication.13.0")&lt;BR /&gt;Set obj=oCivilApp.ActiveDocument.HandleToObject("[Handle]")&lt;BR /&gt;RESULT=obj.aec_pipe_end_invert_elevation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dear colleague's what would be the correct obj.result code to get pip invert elevation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 12:42:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/9292449#M149950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-03T12:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/9292846#M149951</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;&lt;/P&gt;&lt;P&gt;Invert Elevation is not an available property that can be added to a property set. the DumpObject Lisp does not show an applicable property for inverts. I also double check the API documentation at the link below, but unfortunately it is not available!&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.autodesk.com/CIV3D/2012/ENU/API_Reference_Guide/com/AeccXPipeLib__IAeccPipe.htm" target="_blank"&gt;http://docs.autodesk.com/CIV3D/2012/ENU/API_Reference_Guide/com/AeccXPipeLib__IAeccPipe.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sorry,&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 15:06:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/9292846#M149951</guid>
      <dc:creator>samir_rezk</dc:creator>
      <dc:date>2020-02-03T15:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/9294177#M149952</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I stand corrected! It has been bugging me all day today, on how to calculate the Invert Elevations for a Property Set! considering that I noticed there is a StartPoint and EndPoint API Properties available, granted these are points for the center of the Pipe not the Inverts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the Code that can calculate Invert Elevations based on (&lt;EM&gt;start point elev minus 1/2 the pipe size)&lt;/EM&gt;&amp;nbsp;my application versions are for Civil 3D 2020, so make sure to revise as necessary for your version!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RESULT = "-"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;On Error Resume Next&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Set oApp = GetObject(, "AutoCAD.Application")&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Set oCivilApp = oApp.GetInterfaceObject("AeccXUiPipe.AeccPipeApplication.13.2")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set Aec = oApp.GetInterfaceObject("AecX.AecBaseApplication.8.2")&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aec.Init oApp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set obj = oCivilApp.ActiveDocument.HandletoObject("[Handle]")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;spos = aec.ActiveDocument.Utility.ConvertToVariantArray(obj.PointAtParam(0))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RESULT =(spos(2)-obj.InnerDiameterOrWidth/2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't say that I totally comprehend the whole code but some of it makes sense!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="captrue.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/725396iDD730DE009C78E73/image-size/large?v=v2&amp;amp;px=999" role="button" title="captrue.png" alt="captrue.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to give credit to an earlier post for the original VBA Code found at:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/civil-3d-customization/get-point3d-values-in-property-set/m-p/7963513/highlight/true#M14845" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/civil-3d-customization/get-point3d-values-in-property-set/m-p/7963513/highlight/true#M14845&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample drawing containing property set definition attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;reminder to use &lt;STRONG&gt;AECPSDAUTOATTACH&lt;/STRONG&gt; system variable to auto attach Property sets to objects.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 01:24:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/9294177#M149952</guid>
      <dc:creator>samir_rezk</dc:creator>
      <dc:date>2020-02-04T01:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/9294493#M149953</link>
      <description>&lt;P&gt;Thx you verry much! You are a real wizard! Have an awesome day &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 07:29:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/9294493#M149953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-04T07:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/9422826#M149954</link>
      <description>&lt;P&gt;Excellent! Finally a solution! Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2020 08:22:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/9422826#M149954</guid>
      <dc:creator>hericson</dc:creator>
      <dc:date>2020-04-05T08:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10621147#M149955</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;my application versions are for&amp;nbsp;are for Civil 3D 2020 I am using the same code for 2022 version can you provide me this code in 20222 for invert elevation start &amp;amp; end along with pipe length. This content&amp;nbsp;I need urgently required&amp;nbsp;for my&amp;nbsp; project please do the favor for me rapidly, waiting for your feedback.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 11:32:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10621147#M149955</guid>
      <dc:creator>ishaq03</dc:creator>
      <dc:date>2021-09-14T11:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10621189#M149956</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3775760"&gt;@ishaq03&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the same code from message 9! just replace the product versions once you review the Civil 3D ABOUT command:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use &lt;STRONG&gt;13.4&lt;/STRONG&gt; (Civil 3D 2022) instead of 13.2 (2020)&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;and &lt;STRONG&gt;8.4&lt;/STRONG&gt; (AutoCAD Arch. 2022) instead of 8.2 (2020)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-09-14_07-41-59.png" style="width: 586px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/964942iE3CD10E7196EFB2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-09-14_07-41-59.png" alt="2021-09-14_07-41-59.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 11:47:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10621189#M149956</guid>
      <dc:creator>samir.rezk</dc:creator>
      <dc:date>2021-09-14T11:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10621231#M149957</link>
      <description>&lt;P&gt;After adding the code as per your advice I am unable to get get invert level check attached pic for your references.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 12:01:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10621231#M149957</guid>
      <dc:creator>ishaq03</dc:creator>
      <dc:date>2021-09-14T12:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10621274#M149958</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3775760"&gt;@ishaq03&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure to add an Automatic Property for the object Handle first, then in the invert code delete the [Handle] text and double click to add it again (the text should have a grey background), this make the connection between the code and the Civil 3D object to interrogate. Review message 5 for an explanation!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="e0a246fa-0095-45b9-a76d-d8ceae6c7591" class="myscreencast-iframe iframe-container active-myscreencast"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/e0a246fa-0095-45b9-a76d-d8ceae6c7591" width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/e0a246fa-0095-45b9-a76d-d8ceae6c7591"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b8eec423-df75-43b6-af94-d0278de29744" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b8eec423-df75-43b6-af94-d0278de29744"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="7fba1479-ad2b-4a6e-b54a-24b6f14b2b90" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/7fba1479-ad2b-4a6e-b54a-24b6f14b2b90"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b61ddc07-5837-4853-81b1-051bac15a6b5" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b61ddc07-5837-4853-81b1-051bac15a6b5"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="d74b6c01-a7fd-40f1-a623-9b8d32640c14" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/d74b6c01-a7fd-40f1-a623-9b8d32640c14"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="6bbdcead-9438-4d1f-8475-2ce4f5ac6f88" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/6bbdcead-9438-4d1f-8475-2ce4f5ac6f88"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="0335dc5a-315e-4651-a8c0-9c9c6d47491b" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/0335dc5a-315e-4651-a8c0-9c9c6d47491b"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="d76a3c1c-81df-4077-9a44-8fe24da96e95" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/d76a3c1c-81df-4077-9a44-8fe24da96e95"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="e0fdec80-e7c4-4875-91dc-40011a36adba" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/e0fdec80-e7c4-4875-91dc-40011a36adba"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="aebe0da5-f387-42b5-8e5e-f04c5fa39966" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/aebe0da5-f387-42b5-8e5e-f04c5fa39966"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2021 12:19:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10621274#M149958</guid>
      <dc:creator>samir.rezk</dc:creator>
      <dc:date>2021-09-14T12:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10621323#M149959</link>
      <description>Thanks for your sample video it's help me to get Start Invert elevation. But please explain me how to get end invert elevation.</description>
      <pubDate>Tue, 14 Sep 2021 12:40:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10621323#M149959</guid>
      <dc:creator>ishaq03</dc:creator>
      <dc:date>2021-09-14T12:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10621334#M149960</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3775760"&gt;@ishaq03&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Review the screen capture in message 9 for the End Invert. There is only one parameter to change for the end of pipe information! I noted it on the screen capture!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 12:46:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10621334#M149960</guid>
      <dc:creator>samir.rezk</dc:creator>
      <dc:date>2021-09-14T12:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10621354#M149961</link>
      <description>I Know I am giving trouble to you, but please can you Provide me any code for Pipe length to add in custom properties.</description>
      <pubDate>Tue, 14 Sep 2021 12:52:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10621354#M149961</guid>
      <dc:creator>ishaq03</dc:creator>
      <dc:date>2021-09-14T12:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10633551#M149962</link>
      <description>Thanks samir, It's awesome Ones we will add handle object the information we can extract from Either pipe or Structure element. Thanks again</description>
      <pubDate>Mon, 20 Sep 2021 07:25:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10633551#M149962</guid>
      <dc:creator>ishaq03</dc:creator>
      <dc:date>2021-09-20T07:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Property Sets and invert elevation</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10835691#M149963</link>
      <description>&lt;P&gt;Can someone confirm this is not working in Civil 2022, latest update? Or is something wrong with my Civil... Its the same .dwg you uploaded.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaanYPY4L_0-1640089119747.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1003644iAB4C2351C22D74CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaanYPY4L_0-1640089119747.png" alt="jaanYPY4L_0-1640089119747.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaanYPY4L_1-1640089183184.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1003645i30C89C73474FE09C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaanYPY4L_1-1640089183184.png" alt="jaanYPY4L_1-1640089183184.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 12:21:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/property-sets-and-invert-elevation/m-p/10835691#M149963</guid>
      <dc:creator>jaanYPY4L</dc:creator>
      <dc:date>2021-12-21T12:21:41Z</dc:date>
    </item>
  </channel>
</rss>

