Browse By Tags

  • [v8i SS2, VBA] Constructing custom linestlyes in code, on the fly

    I'd posted about this quite a while back, but never followed up with the results. I've uploaded a utility for generating simple repeating text linestyles. LinestyleGenerator.mvba Rather than attempting to pre-define every conceivable combination…
  • Problems getting LineStyle Name

    I've run into a frustrating, intermittent problem in trying to extract LineStyle names. On certain files, in certain workspaces, an error is raised when trying to access the Name property of a MicroStation LineStyle. The error only happens on one (or…
  • Re: Create multiline

    Olcay: Any suggestion to create multiline element using in V8i? Write your application using MDL ( mdlMLine_xxx API) or Use a custom line style instead. Create your line then apply a custom linestyle. For GIS purposes, a custom…