RE: Display attributes linkage
Original cells are without linkage and some workflow by users or utilities introduces this. There were printout issues with these cells which are gone if cells are updated from library that is why need...
View ArticleRE: Develop C# code(Visual Studio 2013) for Microstation
Hi Jon, Thanks. Yes I understood I will install both Microstation Connect and Microstation Connect SDK. Regards, Saravana
View ArticleRE: Display attributes linkage
[quote user="Oto"]Original cells are without linkage and some workflow by users or utilities introduces this. There were printout issues with these cells[/quote]If the linkages are not added by your...
View ArticleDisplay attributes linkage
Display attributes for elements are stored in the dgn a linkage with ID 65 (0x0041). For example attribute ID 8(0x0008) is for element fill and ID 16 (0x0008) is for DisplayStyle.I see that for some of...
View ArticleRE: [CONNECT VBA] IPrintEvents mvba
Yes, "C:\ProgramData\Bentley\CONNECT Edition\Configuration\WorkSpaces\Example\WorkSets\MetroStation\Standards\Macros\PrintEventHandlerExample.mvba".Here's a screenshot showing it in action, appending...
View ArticleRE: [CONNECT VBA] IPrintEvents mvba
Hi,please find in the attached zip two small examples to demonstrate IPrint eventhandler. I hope this is what you are looking for?Best regards,Artur(Please visit the site to view this file)
View ArticleRE: [CONNECT VBA] IPrintEvents mvba
Thank you both. What do you mean by sophisticated example? Mainly I would like to invert RGB white to black so white elements are visible in printout and also remap cell colors based on cellname.
View ArticleRE: [CONNECT VBA] IPrintEvents mvba
The delivered example demonstrates how to create a simple print accounting file, plus trivial print resymbolization (text one color, everything else black). It can be used with any design data....
View ArticleRE: Run Code each time when Save Command is triggered
Hi,[quote user="quasi_modo"]Is there any chance to run some VBA code each time when a save command is executed?[/quote]I am pretty sure there is no chance to do it in VBA. In fact VBA is seriously bad...
View ArticleRun Code each time when Save Command is triggered
Is there any chance to run some VBA code each time when a save command is executed?I know about the SaveAs-Event - but this is not what I need because I would like to run my code each time when the...
View ArticleRE: [CONNECT VBA] IPrintEvents mvba
Also, be aware that you can resymbolize color based on cell name using a design script. As for inverting "white" RGB colors, when printing in non-rasterized mode traditional color rules are used which...
View Article[CONNECT VBA] IPrintEvents mvba
Is there a runnable example of macro with IPrintevents object and events?
View ArticleRE: {CONNECT C++} Text
Please follow the MicroStation Programming forum best practices.Code Syntax HighlightingWhen you post code, use the Forum advanced editor's syntax highlighting tool. That's the icon that resembles a...
View Article{CONNECT C++} Text
Hi,I have asked one similar question. But I did not get text displayed. For V8i, I used following code:----------------------- mdlText_create(pElement, NULL, WTxtString, &Point, &Matrix,...
View ArticleRE: [C#\MDL V8i] Possible to force element to show fill even if Fill flag is...
Figured it out using linkage, if someone has a way of doing it using MDL or the COM api, please post :) public static void ForceFill(this Element elem, bool rewrite = false) { DataBlock data =...
View ArticleRE: [C#\MDL V8i] Possible to force element to show fill even if Fill flag is...
In MDL header file mstypes.h (in MicroStation V8i) and in MstnTypes.h. (MicroStation CONNECT) there is the following...#define FILLSYMBOLOGY_FLAGS_DISPLAYOUTLINE 0x01 #define...
View ArticleRE: [C#\MDL V8i] Possible to force element to show fill even if Fill flag is...
Thanks for looking into that for me
View Article[C#\MDL V8i] Possible to force element to show fill even if Fill flag is...
In MicroStation Connect, you are able to set an "Always Filled" property when creating a Shape using the DgnPlatformNet API. This causes the shapes to display as filled regardless of the views "Fill"...
View Article[CONNECT C++] duplicating function "mdlText_create"
Hi,Is there anybody try to duplicate function "mdlText_create" using new CONNECT MDL SDK?The new CONNECT MDL SDK makes it so complicate to create simple text!!!Thanks,
View Article[V8 MDL] cells & associative dimensions
Hi everyone,I have a problem with cells containing associative dimensions.- Using the user interface to place the cell in a DGN, the dimension is still associative to the lines.-...
View Article