RE: bentley.interop.microstationdgn.dll for Python
[quote user="Jan Slegr"]I don't remember it was discussed in the past[/quote]I recall one previous enquiry about Python and MicroStation. That was probably ten years ago. So, yes, there is a queue of...
View ArticleRE: [CONNECT C++] AssociativePoint::InitXxx
[quote user="Jon Summers"]void AssociativePoint::InitOrigin (AssocPoint& assocPoint, UShort option );[/quote]This method is analogous to the MDL C function mdlAssoc_createOrigin and its respective...
View Article[CONNECT C++] AssociativePoint::InitXxx
void AssociativePoint::InitOrigin (AssocPoint& assocPoint, UShort option );What values are suitable for option? Help says See also: DisplayHandler::GetSnapOrigin but why?void...
View ArticleRE: [CONNECT C++] Dependency API
[quote user="Paul Connelly"]see TextHandlerBase::SetupOffsetAssociation()[/quote]That works brilliantly! What's more, I don't have to write any dependency logic. Bliss!
View Article[CONNECT C++] Dependency API
I would like to make a text element dependent on some other element. In dependency logic terminology, I want the text element to depend on some root element.When a user creates text in MicroStation...
View Article[CONNECT C++] ReportsExample:CreateReport
The delivered SDK example \annotation\ReportsExample creates a report that isn't quite right (see...
View Article[CONNECT ++] Item details
This code extracts Item data as a string...EditElementHandle eeh (...);CustomItemHost itemHost = CustomItemHost (eeh, false); DgnECInstancePtr itemTypes = itemHost.GetCustomItem (libName,...
View ArticleRE: [CONNECT C++] Item details
If you want to retrieve the value without converting it to a string, use GetValue() instead of GetValueAsString(). This gives you an ECValue from which you can query the underlying type. Metadata is...
View ArticleRE: [CONNECT C++] Item details
[quote user="Paul Connelly"]The schemas with names beginning with "DgnCustomItemTypes_" are Item Type schemas. Do none of them correspond to Item Type libraries you defined?[/quote]Now that you've...
View ArticleRE: Is it possible to edit data in ITEMS in CE using VBA
[quote user="John Davidson"]I am trying to use VBA to edit data contained in ITEMS in Connect Edition, is that possible?[/quote]Item Types provide a simplified view of EC Schema data. There is no VBA...
View ArticleIs it possible to edit data in ITEMS in CE using VBA
I am trying to use VBA to edit data contained in ITEMS in Connect Edition, is that possible?I have tried using the PropertyHandler and it allows me to read the data, but does not allow me to write back...
View ArticleRE: Is it possible to edit data in ITEMS in CE using VBA
Hi John,[quote user="John Davidson"]I am trying to use VBA to edit data contained in ITEMS in Connect Edition, is that possible?[/quote]To be a bit more specific than Jon: Yes, it's possible and you...
View ArticleRE: [Connect update 4, VBA COM API ] Problem with TextElement
[quote user="Artur Goldsweer"]but I will look deeper and come back to confirm if this is a planned change and works as designed or is a defect[/quote]Just got the confirmation that this works as...
View Article[Connect update 4, VBA COM API ] Problem with TextElement
My system is windows 7, vs 2013 and Connect ms10040046en_updt4As far as I can tell, there are problems with TextElement. I have tested VBA and COM API (C# and VB) .There is a problem with...
View ArticleRE: [Connect update 4] Problem with Text Element justification
[quote user="Nenad Poljcic"]I have to say, I do not understand this, because there is a function "Edit Text" and this function does opposite of what You are saying.It keeps origin on the same place and...
View Article[Connect update 4] Problem with Text Element justification
Hi,I have noticed that changing Text Element justification changes origin.This is not the case in V8i.Checking a little bit more I found out that using Function "Edit Text" to change justification...
View ArticleRE: [CONNECT C++] ReportsExample:CreateReport
Hi Jon, Defect # 276292 has been filed for this issue. Thank you for reporting. Best regards, Artur
View Article[CONNECT C++] Dialog Layout Manager
Some example MicroStationAPI apps have dialog definitions with auto layout management. For example...CmdItemListRsc ItemList_ECSChemaExample = {{...
View Article[CONNECT C++] mdlElementTemplate_ replacement functions
Looking for replacement functions for mdlElementTemplate_xxx. Found nothing in the migration tools, or deprecated lists. MstnElementTemplate.h is missing a typedef for TemplateSymbologyRemapperP, so...
View Article