[ORD 10.09 C#] Is there a way to create event points programmatically

Writing a C# addin for ORD 10.09 and would like to programmatically create event points along an alignment that could be used for cutting sections. I don't see anything in the DOCS or Examples. Is this possible?

Parents
  • Hello Mike,

    We do not have the API exposed to create an Event List to attach to an Alignment programmatically.   Our Event point list creation is a dialog that is activated by a key in.   I think your goal is to programmatically create cross section named boundaries.   Since you cannot take advantage of the Event lists, you will have create code that fills in the named boundary dialog programmatically.  I suggest going through the process while recording a macro.  This may expose other key ins and fields that you can discover so that you can create code to fill those values.

    Reach out to me if I can help more.

Reply
  • Hello Mike,

    We do not have the API exposed to create an Event List to attach to an Alignment programmatically.   Our Event point list creation is a dialog that is activated by a key in.   I think your goal is to programmatically create cross section named boundaries.   Since you cannot take advantage of the Event lists, you will have create code that fills in the named boundary dialog programmatically.  I suggest going through the process while recording a macro.  This may expose other key ins and fields that you can discover so that you can create code to fill those values.

    Reach out to me if I can help more.

Children
No Data