Browse By Tags

  • [Connect C# DgnPlatformNet] Proper way of setting custom Line Style

    Currently I am using the following extension for setting an elements line style public static void SetLinestyle(this Element elem, string name) { using (ElementPropertiesSetter propSetter = new ElementPropertiesSetter()) { if (name == "ByLevel…
  • Custom Linestyles won't resymbolize if they are in a reference file

    We have an MDL application (since ported to Native Code) that resymbolizes elements on the fly based on user specified criteria. Changing Color, Style, and Weight are the most common uses and this application has worked just fine for many years. I am…