• Need Example On System.Math.Round Usage

    I'm trying to get the total length (at 3 decimal point) from start station to end station of a component (say road pavement). So I had the following expression: System.Math.Round(this.GetElement().GetDisplayValue("MeshSurfaceEntity_EndStation")-this…
  • OpenRoads Property Handler Expression

    Hi, I'm trying out the OpenRoads Asset Tagging XLSM file to be imported into OpenRoads Asset Manager. Based on examples, the expression this.GetElement().GetDisplayValue("ElementDescription") will return the element General property value under "Element…