[ORD VBA] Property Handler for Corridor property of 3D Linear elements?

Hi all,

I am having problems finding an element Property Handler for 3d Linear Elements in ORD. I can find PH's for everything else including its associated corridor Horizontal and Vertical Geometry, just not the corridor name itself.

Does anyone know if it is possible in VBA or there is an alternate method to identify an elements parent Corridor?

Regards,

Mark

  • Hi Mark, 

    This is a known issue and a ticket has been filed for it to be fixed.  The problem arises when there are two properties with the same name on an element, in this case, "Name" is used twice, so when the property handler requests the property named "Name", it only has the facility to retrieve the first occurrence, which belongs to a property class other than "Corridor". This will be addressed in an upcoming build. We're sorry for the inconvenience.

    Bruce

  • Hi All,

    Does anyone know if the above issue has been resolved in ORD 2021 R1?

    Similar to Marks/ question, I am trying to get an Item Type for a corridor element to populate with the Corridor Name however I am not sure what expression to use. I have used VBA to get the Access Strings for a corridor element but nothing in the list looks like it relates to the corridor name.

    Regards,

    Ryan