RE: [V8i C++] XAttributes and Element Information dialog
[quote user="Paul Connelly"]"External schema" means the ECSchema is not stored in the .dgn file. Instead it must be located at run-time, e.g. in some directory on the file system. This is what your...
View ArticleRE: [Connect C#] DgnEcInstance.GetPropertyValue with Spaces
Properties, classes, and schemas have display labels and names. Display labels can contain any combination of unicode characters. Names are restricted by a very specific set of rules. It would be very...
View ArticleRE: [Connect C#] DgnEcInstance.GetPropertyValue with Spaces
Thanks Paul, that should work for me.
View Article[Connect C#] DgnEcInstance.GetPropertyValue with Spaces
I am not sure if this is intentional or not, but when creating and adding itemtype definitions, spaces seem to be automatically converted to "__x0020__" for the access string. This is fine, but when...
View ArticleRE: [V8i C++] XAttributes and Element Information dialog
AFAIK XmlInstance API will gladly read 0x56ff0001 xattributes too, provided it can locate the external schema... I am not familiar enough with that API to tell you how to go about replacing your...
View ArticleRE: [V8i C++] XAttributes and Element Information dialog
[quote user="Paul Connelly"]AFAIK XmlInstance API will gladly read 0x56ff0001 xattributes too, provided it can locate the external schema...[/quote] That begs the question how to enable an "external"...
View ArticleRE: scadSDK_cogoFindHorizontalAlignmentByName
Troy,The 'Name' argument needs to be passed as a pointer. What works for me is to enclose the alignment name you are looking for with the StrPtr() function when sending it to the...
View ArticlescadSDK_cogoFindHorizontalAlignmentByName
I am trying to select alignments by name but the input is a double and my names are text. I have tried cDbl( to convert the alignment string to double but it is still not working.Anyone know how to...
View ArticlescadSDK_cogoGetElementDirections
SS4 microstationSS2 inroadsI have successfully been able to use scadSDK_cogoHorizontalElementGetEndPoints so I think my coding and process is okay... however im stuck...
View ArticleRE: scadSDK_cogoFindHorizontalAlignmentByName
Thanks a lot Brett... that worked. The documentation here is a little ... er... frustrating. But the forums have been very helpful to a newbie.
View ArticleRE: [V8i C++] XAttributes and Element Information dialog
Hi Bruce,[quote user="Bruce Reeves SRNS"]That begs the question how to enable an "external" schema to be located[/quote]In MicroStation V8i you can use MS_ECFRAMEWORK_SCHEMAS configuration variable...
View ArticlescadSDK_cogoStationToString
I am trying to use the following codefntest = scadSDK_cogoStationToString(CenterlineAlg, Station, 2, 2, StationString)CenterlineAlg is set correctly, Station has a double value of 350, I want to use...
View ArticleRE: [Connect] Was there any changes to the new SDK?
> What, then, is the strategic purpose of the DgnPlatformNet API? As stated...to allow DgnPlatform APIs to be consumed by managed code. Please note DgnPlatform/DgnPlatformNET !=...
View Article[Connect] Was there any changes to the new SDK?
I see that the SDK was released along with Update 2, but I cannot find any sort of changelog for the SDK.Was there new functionality added? What was fixed?I still notice the issue with ISettings.h...
View ArticleRE: [CONNECT VBA] VBA Help is a confused adolescent
Hi Jon, thank you for bringing this to our attention. I have filed Defect 528101 to address this issue. Thanks Artur
View ArticleRE: [CONNECT VBA] VBA Help is a confused adolescent
[quote user="Artur Goldsweer"] I have filed Defect 528101 to address this issue[/quote]Excellent!While they make changes to the help source, you might also consider changing the wording "VB and VBA are...
View Article[CONNECT VBA] VBA Help is a confused adolescent
MicroStation CONNECT Update 2 VBA help has several references — including its title bar — to V8. Surely some mistake?
View ArticleRE: Adding a solid to an ElementDescriptor
[quote user="Jorgen Brix"]I'm having trouble ...[/quote]Please follow the MicroStation Programming forum best practices.Identify Your PlatformPlease identify the version of MicroStation, or other...
View ArticleRE: [CONNECT C# Addin] LevelHandle.Name throws Access Violation
Hi, I have tested your code with own dgn files, but didn´t get any issues. The text element you are experiencing problems with, is this a single textelement (type 17) or a child element of a textnode...
View Article[CONNECT C# Addin] LevelHandle.Name throws Access Violation
I'm using the following code to determine the level name of an element. The code is encountering a System.AccessViolationException when I use the LevelHandle.Name to retrieve the level name. Works fine...
View Article