RE: [V8i SS3, VBA or VB.net]
[quote user="Joseph Young"] I have tried using a property handler[/quote]In VBA help, search for Multi-line Properties. There's a lengthy example which shows how to retrieve properties from a...
View ArticleRE: [V8i SS3, VBA or VB.net]
[quote user="Jon Summers"]In VBA help, search for Multi-line Properties. There's a lengthy example which shows how to retrieve properties from a MultiLineElement.[/quote]I gave the same advice to...
View ArticleRE: [V8i SS3, VBA or VB.net]
Hi Joseph,[quote user="Joseph Young"]I have tried using a property handler but I dont know what the access string is.[/quote]Use GetAccessStrings method to get a list of all access strings available...
View ArticleRE: [V8i SS3, VBA or VB.net]
'This works great Public Sub Get_MultiLine_Name() Dim scanCriteria As New ElementScanCriteria Dim oElement() As Element Dim value As Long Dim oPH As PropertyHandler Dim scanCriteria As New...
View Article[V8i SS3, VBA or VB.net]
I need to read the name of multilines. I have tried using a property handler but I dont know what the access string is. In the 'Element Information' dialogue box, a Multiline name is called "Style"....
View ArticleRE: Is it possible to edit data in ITEMS in CE using VBA
Thanks Jon & Jan, I am using MicroStation v0.04.00.46, and have an Item Property called ShrubsGrasses with a property definition called ComonName I played around with it a bit more and eventually...
View ArticleRE: Is it possible to edit data in ITEMS in CE using VBA
[quote user="John D"]YES you can edit Items with VBA[/quote]Well, shiver me timbers! Five gold stars to you...
View ArticleRE: [Connect C++] Is there Documents for porting from V8i SDK to Connect SDK?
[quote user="Kari Heinola"]Is there any comprehensive documents for porting from V8i SDK to Connect SDK?[/quote]Contact the Bentley Developer Network (BDN) administrators. They have offered training...
View Article[Connect C++] Is there Documents for porting from V8i SDK to Connect SDK?
Hello,Is there any comprehensive documents for porting from V8i SDK to Connect SDK?I have found some answers by googling or searching this groups, but I would prefer to have full list of changes. For...
View Article[Connect update 4 VBA] Text Node problem
Hi,This code runs fine in V8i but crashes in line < comp.Rewrite> in Connect . Am I doing something wrong here? Dim txt As TextNodeElement Set txt = Application.CreateTextNodeElement2(Nothing,...
View ArticletfCom VS Stfcom And creating free and linear forms by api .
i really disappointed that there is no resource to search in about this subject !so can anyone tells me what is the difference between tfCom and Stfcom?and i want also to create linear form and free...
View ArticleRE: tfCom VS Stfcom And creating free and linear forms by api .
[quote user="Ameer Mansour"]so can anyone tells me what is the difference between tfCom and Stfcom?[/quote]From API names I assume (but my knowledge of AECOsim BD API is limited) tfCom is former...
View ArticleRE: [Connect update 4 VBA] Text Node problem
Hi Nenad,I rewrote your code, because in my opinion it's bad in my opinion (varable naming; overusing Application where is not required; using goto inside loop is very bad practice leading to fragile...
View ArticleRE: [Connect update 4 VBA] Text Node problem
Hi Jan,Thanks. Can you try your code, just add one line in Sub ProcessTextElement. I still get error with this line.Private Sub ProcessTextElement(te As TextElement) te.Text = "test"...
View ArticleRE: [Connect update 4 VBA] Text Node problem
Try this...Sub TextNodeTest() Const Start As String = "Start" Dim oNode As TextNodeElement Set oNode = Application.CreateTextNodeElement2(Nothing, Application.Point3dZero, Application.Matrix3dIdentity,...
View ArticleRE: [Connect update 4 VBA] Text Node problem
[quote user="Nenad Poljcic"]I still get error with this line.[/quote]Hmm ... it looks like I get the error also now. Not sure right now why :-(Regards, Jan
View ArticleRE: tfCom VS Stfcom
done , i edited the question but still don't get where i can know more about TFCOM and STFCOM ?My other question is...
View ArticleHow to create linear form and free form by c# using api NOT KEY-INS , AECOsim...
i want to create linear form and free form by c# using api NOT KEY-INS for AECOsim Building Designer ,is that possible ?this is my best try till now but i have no reference to search or to understand...
View ArticleRE: Getting incorrect color for an extended element(type: 106).
[quote user="Sundar"]I am reading the graphic data from dgn file using mdl programming[/quote]We understand MDL and C++. When you tell us what your code does, that's your interpretation of your hopes...
View ArticleRE: [Connect update 4 VBA] Text Node problem
Hi Jan,It is wierd, it is possible to change one property but not other properties like view dependence or justification.Nenad
View Article