RE: problem about C# addin propertyhandler
Besides, I can access the properties that are originally attached with the element but fail to get costomized ones using C#. All of those properties function well in VBA. I have no idea why .
View ArticleRE: [CONNECT VBA] PropertyHandler SetValue doesn't work?
Hi Leonard Jones[quote user="Leonard Jones"]Defect 290647 has been logged for this.[/quote]Can you please check if this defect was solved in Update 1 release? I made a quick test and it seems it still...
View ArticleRE: Assigning a value to an ITEMTYPE member
Hi Philippe,in my opinion there is no simple solution for this now. To simulate users' key-ins is not recommended and key-ins captured by Macro Recorder are not documented anywhere, so there is no...
View ArticleRE: [V8i C#]problem about C# addin propertyhandler
Hi Li Yang, because you are accessing EC data from a custom schema, can you post some simple example file with the schema? I guess one element with data attached would be enough. I also recommend to...
View ArticleRE: [V8i C#]problem about C# addin propertyhandler
Hi Li Yang,[quote user="李杨 Li Yang"] I am not so clear about the difference between COM Application object or standard MicroStation NET addin. [/quote]MicroStation NET addin code is derived from Addin...
View Article[V8i C#]problem about C# addin propertyhandler
In c# addin programming,when I try to access property via oPH.SelectByAccessString("property"), I get result false.But I can find this property name from oPH.GetAccessStrings(). What's the problem...
View ArticleRE: Assigning a value to an ITEMTYPE member
[quote user="Jan Slegr"]I found this bug some time ago, but it seems it was not repaierd in Update 1 yet[/quote]In another (private) thread, BDN tell us that there will be no SDK for MicroStation...
View ArticleRE: Assigning a value to an ITEMTYPE member
Hi Jon,[quote user="Jon Summers"]In another (private) thread, BDN tell us that there will be no SDK for MicroStation CONNECT Update 1: we must continue to use the existing SDK. A revised SDK may be...
View ArticleRE: Assigning a value to an ITEMTYPE member
[quote user="Jan Slegr"]In my opinion it's off-topic answer[/quote]I was providing background information for your statement:[quote user="Jan Slegr"]I found this bug some time ago, but it seems it was...
View ArticleAssigning a value to an ITEMTYPE member
Hello,I would like to automate itemtype property assignment.To do that, I'm trying to write a small piece of VBA but it seems no functions are available for this usage in the VBA API.As an old...
View ArticleRE: [CONNECT VBA] PropertyHandler SetValue doesn't work?
Hi Jan, This defect has been fixed, but the fix is not in Update 1. I will request its inclusion in Update 2. Regards, Paul
View ArticleRE: [CONNECT VBA] PropertyHandler SetValue doesn't work?
This defect is fixed and will be available in the next update (Update 2). Regards, Leonard Jones.
View ArticleRE: [CONNECT VBA] PropertyHandler SetValue doesn't work?
Hi Paul and Leonard, thanks a lot for the confirmation! Because ItemTypes are often evaluated by my customers during CONNECT Edition new features testing, it will be great to access them also from VBA....
View Article[CONNECT VBA] PropertyHandler SetValue doesn't work?
Hi,it seems property handler SetValue method doesn't work in MicroStation CONNECT EditionSimple test code:Sub ProcessShapes() Dim esc As ElementScanCriteria Set esc = New ElementScanCriteria...
View ArticleRE: [CONNECT VBA] PropertyHandler SetValue doesn't work?
Just be aware - the VBA PropertyHandler interface has always had an ambiguity problem. i.e. if you have a Shape element (with an Area property) and an Item attached to it (with an unrelated Area...
View ArticleRE: [CONNECT VBA] PropertyHandler SetValue doesn't work?
Hi Paul,[quote user="Paul Connelly"]Just be aware - the VBA PropertyHandler interface has always had an ambiguity problem.[/quote]It's good comment. I did not think about too much but it's evident such...
View ArticleRE: Simplify shape elements ...
[quote user="quasi_modo"]I am trying to create a program (in VBA) that simplifies shape elements...[/quote]I think what you want is an algorithm to compute a convex hull.It will be hard to write that...
View ArticleRE: Simplify shape elements ...
Hi,[quote user="quasi_modo"]Does anyone have an idea how to get this done?[/quote]Under your quite simple and clear question very complex and not fully solved digital cartography problem is hidden...
View ArticleRE: Simplify shape elements ...
One more note: Stack Exchange, particularly Geographic Information System forum, is a good source of information. You can search e.g. for gis.stackexchange.com/search
View Article