[Connect c# NET API] Iterate through CellHeaderElement
Hi,I have Bentley.DgnPlatformNET.Elements.CellHeaderElement and I want to iterate through CettElement , delete one of the children and save modified cell to a model.Can somebody help me with...
View ArticleRE: [CONNECT C++] DependencyManagerLinkage::IRootsChangedCallback
Your BoxDependency example includes "StaticIRootsChangedCallback.h" in "BoxDependencyCallback.h". I don't see that file as part of the CONNECT API.
View ArticleRE: [CONNECT C++] DependencyManagerLinkage::IRootsChangedCallback
[quote user="Bruce Reeves SRNS"]Your BoxDependency example[/quote]It's a work-in-progress. I'm currently examining an alternative way of attaching the dependency data. I'll update the web page with...
View Article[CONNECT C++] DependencyManagerLinkage::IRootsChangedCallback
I'm uncertain how to use this struct. It contains two pure virtual methods, so I should do something like this...struct MyDependencyCallback :...
View ArticleRE: Logitech gamepad in Microstation or Navigator for walking and flying
I made some progress on this. I found a way to map the mouse movements to the stick. There is an option in the X and Y axis for the controller profile. Sees image below.I also added a custom Function...
View Article[CONNECT C++] DependencyManagerLinkage::IRootsChangedCallback Documentation...
In the help file page on DependencyManagerLinkage::IRootsChangedCallback there is the following:"Note: Since multiple callbacks may be made on the same element and each callback may modify and rewrite...
View ArticleRE: [CONNECT C++] Association Point - CreateFromSnap()
Just pass 0, there's nothing useful for you here.-B
View ArticleRE: [Connect update 4, VBA COM API ] Problem with TextElement
Hi Nenad, I remember that problems with text origin in CONNECT Edition VBA API were discussed already several times. Did you search this forum? I am quite sure defect report was filled already, but I...
View ArticleRE: [CONNECT C++] DependencyManagerLinkage::IRootsChangedCallback...
[quote user="Bruce Reeves SRNS"]use ElementHandle::FdinById[/quote]Presumably a typo. More concerning, however, is that ElementHandle::FindById does not exist. It's a method of EditElementHandle....
View Article[CONNECT C++] TemplateSymbologyRemapperP typedef missing
In attempting to use MstnElementTemplateMgr::PopulateNamesListModel(), the compiler complains about a syntax error: identifier 'TemplateSymbologyRemapperP' (in \Mstn\XDataTree\MstnElementTemplate.h) I...
View ArticleRE: [CONNECT C++] App. version number
Hi Jon, This looks to be a defect specific to the MDL Details Dialog handling. If setting version information; native compile time e.g. VS_VERSION_INFO in a manifest file, or runtime via...
View ArticleRE: [CONNECT C++] DependencyManagerLinkage::IRootsChangedCallback...
FdinById is a typo in DependencyManagerLinkage.h I will file a defect to correct to ElementHandle FindByID that is exported in DgnPlatform\ElementHandle.h+631 in the MicroStation CONNECT Edition Update...
View ArticleRE: Create Text element with text and Data fields
Hi John,at first you have to provide information what product do you use, what version and also what language you would like to use.I recommend to read and follow MicroStation Programming forum best...
View ArticleRE: [CONNECT C++] DependencyManagerLinkage::IRootsChangedCallback...
[quote user="Robert Hook"]I will file a defect to correct to ElementHandle FindByID that is exported in DgnPlatform\ElementHandle.h[/quote]The two overloads of FindByID() are members of...
View ArticleRE: Create Text element with text and Data fields
Sorry, this is in MicroStation SS4 in VBA
View ArticleRE: [CONNECT C++] DependencyManagerLinkage::IRootsChangedCallback...
FindById by default returns an invalid EditElementHandle if the id references a deleted ElementRef (in memory). There's not much reason to create an EditElementHandle for a deleted element, since you...
View ArticleRE: [Connect update 4, VBA COM API ] Problem with TextElement
Hi Jan,I did not search forum.Actually, it does not matter if this is discussed earlier or not, Update 4 is newest version and bug exists,best regardsNenad
View ArticleRE: Create Text element with text and Data fields
Hi John,[quote user="John Drsek"]this is in MicroStation SS4 in VBA[/quote]In such case the code should be similar to this one:Option Explicit Public Sub CreateTextWithEDF() Dim textOrigin As Point3d...
View ArticleRE: [Connect update 4, VBA COM API ] Problem with TextElement
HI Nenad,[quote user="Nenad Poljcic"]I did not search forum.[/quote]In such case I have to excuse from the further discussion, because if you ignore community best practices, the discussion is...
View ArticleRE: [CONNECT C++] DependencyManagerLinkage::IRootsChangedCallback...
[quote user="Brien Bastings"]the dependency callbacks are a special case[/quote]That explains the third (defaulted) argument...StatusInt EditElementHandle::FindByID ( ElementId elemID, DgnModelRefP...
View Article