DataBlock 該如何初始化? Microstation v8i
Not Answeredc# 關於DataBlock 該如何初始化?您好,關於DataBlock 該如何初始化?BCOM.LineElement linestringElem = ScanEnum.Current as BCOM.LineElement;int attid = 22222; DataBlock setdblk = new BCOM.DataBlock;...
View ArticleRE: Placing a note with VBA. Resultant element is a "Dimension" not a "Note".
hi did you find a way to place note element within a text contains two lines ?
View ArticleRE: Placing a note with VBA. Resultant element is a "Dimension" not a "Note".
Please follow the MicroStation Programming forum best practices.Identify Your PlatformPlease identify the version of MicroStation, or other product such as PowerDraft, that you are using: MicroStation...
View ArticleRE: Placing a note with VBA. Resultant element is a "Dimension" not a "Note".
i uses aecosim ss5 , does it have away to do that by vba ??
View ArticleRE: Placing a note with VBA. Resultant element is a "Dimension" not a "Note".
[quote user="Ameer Mansour"]I uses aecosim ss5[/quote]I guess that's a V8i generation version (not CONNECT)? My answer pointed you to a possible solution for MicroStation CONNECT using either the...
View ArticlePlacing a note with VBA. Resultant element is a "Dimension" not a "Note".
Placing a note with VBA. Resultant element is a "Dimension" not a "Note".The code below is the best I can come up with to emulate the "Place Note" tool. However:1. The element it places is a dimension...
View ArticleRE: [V8i VBA] Colour theory - ForeColour vs BackColour text readability
[quote user="Barry Lothian"] I'm not sure how to deal with a colour of 127,127,127[/quote]When R, G and B have equal values you're looking at a lifeless colour anywhere between white, 50 or more shades...
View Article[V8i VBA] Colour theory - ForeColour vs BackColour text readability
I'm trying to maintain readability of text (forecolour property) in a form control (the text is normally black) and if the backcolour property is also black or similar the text isn't readable. My...
View Article[CONNECT C++] Issues with CONNECT Example Cell Explorer
I'm trying to upgrade one of my V8 tools to CONNECT. This tool utilizes a GuiTreeModel attached to a ComboBox. I'm having troubles getting the contents of the GuiTreeModel to show in the ComboBox when...
View ArticleRE: Need Assistance in VBA Code
Please follow the MicroStation Programming forum best practices.Identify Your PlatformPlease identify the version of MicroStation, or other product such as PowerDraft, that you are using: MicroStation...
View ArticleRE: Need Assistance in VBA Code
Hi Benjamin,It would be helpful to provide some code for us to look at so we can understand what you are trying to populate the enumerator with, so we can point you to sample code on how to do that...
View ArticleRE: Need Assistance in VBA Code
Hi Jon, I am trying update some Parts based on excel sheet. Excel sheet will have new parts and old parts, macro will update old part to new part based on excel sheet. I just start to writing the code...
View ArticleRE: Need Assistance in VBA Code
(Please visit the site to view this file)Hi Bob,Thank you for you reply.Sample code, Excel and DGN is attached. What i am trying to do is i want to automatically update some parts based on excel...
View ArticleRE: Need Assistance in VBA Code
Hi Benjamin,[quote user="BFrancis"]Am I doing something wrong?[/quote]I have MicroStation installed only, not AECOsim Building Designer, so I cannot test your code, but it sounds weird. If you call...
View ArticleRE: Using the MicroStation SDK with Power InRoads.
Hi Jason, can you be more specific what type of application (language) do you use and develop? In my opinon the way how to use SDK will be different if it's native C/C++ code or NET. With regards, Jan
View ArticleRE: Using the MicroStation SDK with Power InRoads.
Jan I will be using C#.NET. Thanks, Jason
View ArticleRE: Need Assistance in VBA Code
Hi Benjamin,[quote user="BFrancis"]Your code is working fine. [/quote]In such case I don't see any reason why also your code should not work...I also recommend to use ElementScanCriteria, because I...
View ArticleRE: Need Assistance in VBA Code
Hi Jan, Thank you. I don't know if my excel call is making this issue. Regards, Benjamin
View Article