RE: [V8i VBA/MDL] Can the Viewgroups Object be sorted?
Almost there!I've managed to automate creation of them models using a 2D array created from parsing a CSV storing all the relevant data pertaining to each sheet size.I can create the models, view...
View Article[V8i VBA/MDL] Can the Viewgroups Object be sorted?
I have a dgn file from a client which acts a seed file for all of their drawing sheets. The list of models displays in correctly displaying from A0 (and its extended plus sizes) down to A4. The view...
View ArticleRE: [CE C#/.NET] Example : Create a Solid Slab
[quote user="Maury"]They are most certainly in the DgnPlatformNET API[/quote]I'm pleased to read that.My reason for carping about non-documented functions is simple. For many years, Bentley Systems...
View ArticleRE: [CE C#/.NET] Example : Create a Solid Slab
Not disagreeing with you :-) The documentation seems like it has been neglected since a very early stage in development.
View Article[CE C#/.NET] Example : Create a Solid Slab
As I search nothing in the Microstation Programming Forum, anyone could paste an example of creating solid slab element by .NET API ?How are the rectangular solid elements to be united?Thanks in advance.
View ArticleRE: [CE C#/.NET] Example : Create a Solid Slab
Yes, it is a bit strange when ShapeElement, Text & Dimension Element in DgnPlatformNet whereas Solid Element are not included. May I have your comment on creating a 5x6x2(H) box?I could not...
View ArticleRE: [V8i VBA/MDL] Can the Viewgroups Object be sorted?
Just solved the formname issue with the following tweak: Set oSheet = ActiveModelReference.GetSheetDefinition With oSheet .FormName = Chr$(34) & ArraySheets(R, 3) & Chr$(34) .SheetName =...
View ArticleRE: ODBC Error when trying to run a select statement
Defect 423492 has been logged for this issue. Regards, Leonard Jones
View ArticleRE: ODBC Error when trying to run a select statement
[quote user="Leonard Jones"]Defect 423492 has been logged ...[/quote]But what, exactly, is the issue? It's not clear what failed.
View ArticleODBC Error when trying to run a select statement
I am working with the delivered sample C# application to test out some things. I am trying to query the i.dgn file for information. I am running this select statement: Select * from...
View ArticleRE: Using Connect SDK in V8i
The claims that InnovoCAD make on their website are misleading.They suggest that their tools can be used with Viz Studio 2013 and 2015 to create apps. for MicroStation V8i. That is incorrect: you must...
View ArticleUsing Connect SDK in V8i
I am very excited about the CONNECT Edition and the additions to the SDK.My company has not yet updated to CONNECT and uses V8i. I was wondering if it would be a bad pursuit to try and use the classes...
View ArticleRE: ODBC Error when trying to run a select statement
Jon, I think there are a couple of issues that I am seeing in here. One is the name starting with a number (as you pointed out) is a problem. Another seems to be that schema elements seem to not be...
View ArticleRE: [CE C#/.NET] Example : Create a Solid Slab
DgnBox does not only create slabs, but also something that resembles a Trapezoidal Prism. You need to specify the start point and vector for both the top and bottoms. http://imgur.com/EyyQrnq To do a...
View ArticleRE: [CONNECT] How To Assign ItemType Values
The values are stored on an Item attached to the element, not on an Item Type.Note: Item == IDgnECInstance. Use the EC APIs to query/edit its property values.e.g.:var itemHost = new...
View ArticleRE: [CE C#/.NET] Example : Create a Solid Slab
[quote user="clever_anthony"]I could not understand why a box requires baseX, baseY etc but no Z are defined. A box which has an X and Y, why it needs a baseX and topX? So that's why I want to see an...
View ArticleRE: [CONNECT] How To Assign ItemType Values
ItemType item = ItemTypesHelper.GetItemType(name, library); if (item == null) return; CustomItemHost itemHost = new CustomItemHost(elementToTag, false); IDgnECInstance appliedItem =...
View Article[CONNECT] How To Assign ItemType Values
Once an ItemType library is created, and an ItemType and ItemType Properties are defined, how does one actually "assign" a specific value to an ItemType Property? In the definition of the Property it...
View ArticleDifference between v7 and v8 font.rsc
We have developed a drawing setup Addin that copies text styles from our standard dgnlibs and then scales up the styles based on a user selected scale factor. This is being done for projects that do...
View Article