• RE: [CONNECT 10.10 C#] Missing Fonts

    Robert Hook
    Robert Hook
    Hi Jon Summers , The original page linked has been removed and a new ListAllFonts() C++ Code Snippet entry made (1) level higher; since the original page (and other similar) had (2) issues: The page was named C++. The page name was in conflict with…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: [CONNECT 10.10 C#] Missing Fonts

    Robert Hook
    Robert Hook
    Hi James Griffith , Sorry, I do not have a C# code snip readily available though you should be able to: In C# call using a similar construct to the ListAllFonts() C++ Code Snippet Then further modify (like below) passing all desired font attribute…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: How do I get the formatting for a visible tag using C#?

    Petter Vennberg
    Petter Vennberg
    Thanks for the pointers. I ended up doing this. Best regards private static void ReplaceVisibleTagsWithText() { var visibleTags = Session.Instance.GetActiveDgnModel().GetElements().OfType<TagElement>().Where(t => t.IsInvisible == false); …
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: [U17] Push Changes of Item Type Properties to all Title Blocks/Elements in file

    Florian Scheidler
    Florian Scheidler
    Hi Jon, i opened the .dwg and saved it as a .dgn file. Jon Summers said: Interesting: how did that happen (since AutoCAD doesn't have Item Types )? I didn't activate the check mark to import block attributes as tags in the .dwg open options. Because…
    • over 1 year ago
    • MicroStation
    • MicroStation Forum
  • RE: [CONNECT Update 15 VBA]: Macro to copy attachments, excluding clipped elements, into active model as a cell

    Tuan Le
    Tuan Le
    For one, there's an example called "Find Dropped Cell Using IncludeOnlyFilePositionRange" in the microstation vba help file, which can be accessed via the "example" link from IncludeOnlyFilePositionRange Method entry.
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: [CE U16 C++] FitView and ViewCallback::SetSubstituteElemFunction()

    Paul Chater
    Paul Chater
    Hi, Yes it looks like the asynch's are not called for fit. The internal FitContext extends the NullContext. If you look at NullContext.h you will see that the method _CallElementSubstitutionAsynchs returns false, rather than calling out to a host…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
    • Tobias Ostendorf
  • RE: Path of standardschecker.Xsl file to customize a standards checker report

    Somnath More
    Somnath More
    With the latest security upgrade, browsers restrict all the external files like xsl to be embedded into xml file and that's why the following error is popping up. We have fixed this issue in latest build as Hyung mentioned.
    • over 1 year ago
    • MicroStation
    • MicroStation Forum
  • RE: [CONNECT] Creating a Table from Seed Misplaces Formatting

    Colin Wang
    Colin Wang
    Hi Jon, I apologize for delay. Now from Update 17, we have introduced "Report Table Seed Setting" dialog which can solve the problem. Here is the link of the instruction blog for this new feature: https://communities.bentley.com/products/programming…
    • over 1 year ago
    • MicroStation
    • MicroStation Forum
  • RE: [CONNECT Update 17 C++] MDL load error in MicroStation Update 17

    Robert Hook
    Robert Hook
    Hi Jesper Stahl Madsen , Jesper Stahl Madsen said: I'm using the latest MicroStation SDK when compiling the application. MicroStation CONNECT Edition Update 17.0 when using MicroStation CONNECT Edition SDK Update 16.2 did have a slight function…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
    • Jan Šlegr
  • RE: mdlDialog_pushButtonActivate() with PushButtonX

    Yongan.Fu
    Yongan.Fu
    We can use a more common function as below to activate any type of items. mdlDialog_rItemActivate(riP, 0, 0, 0, 0, 0, NULL, NULL);
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: [MStn CE U16 C#] Force to update (redraw) shared cell instances

    Brien Bastings
    Brien Bastings
    Jon Summers said: This function invokes dependency callbacks on all dependent elements affected by changes to root elements since the last call to this function . A standard named shared cell is not required to have an explicit dependency on the shared…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: [CONNECT Update 16] GetStringFromMstnResource

    Robert Hook
    Robert Hook
    Hi Jon Summers , Its primarily there for interoperability between .NET managed and native code MDL applications. Where you would want to call GetStringFromMstnResource from a managed code .NET application for the ability to obtain a .NET String instance…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
    • Jan Šlegr
  • RE: [C# MSEC 10.16/ORD 10.10] Properties of Referenced ConeElement after transform to Master

    Brien Bastings
    Brien Bastings
    Looks like garbage values... Are you sure coneElement is still a valid CONE_ELM post transform? For example, applying a non-uniform scale to a CONE_ELM can result in a BSPLINE_SURFACE_ELM since the CONE_ELM structure can't represent some results. …
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: MS CE17 – Area Tools

    RobertArnold
    RobertArnold
    Hi Gerd, Bentley does not have a production environment to test Microstation in. A production environment is where you are concentrating on the project you are doing (instead of the program you are using) and the bugs get in the way of your goal. We…
    • over 1 year ago
    • MicroStation
    • MicroStation Forum
  • RE: [CONNECT Update 16 VBA] DesignFile.Title is empty

    Artur Goldsweer
    Artur Goldsweer
    Hi Jon, after further investigation I think the VBA documentation is correct for all extended file properties, this includes all these properties: Author, Comments, Client, Company, DateLastPlotted, Title, Manager and Subject. It depends on the…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum