RE: How to get length by using SelectByAccessString "Length"
Look for the file 'MicroStationVBA.chm' in the installation folder. I have looked at 4 products - and it is there for all 4, in the folders as shown below. C:\Program Files (x86)\Bentley\MicroStation...
View ArticleRE: [V8i] Is it possible to check for Windows Domain Group Membership in .cfg...
[quote user="Robert Hook"]MicroStation configuration files do have a very limited ability to read values in the registry. If your application settings could define a specific "required" value then the...
View ArticleRE: How to get length by using SelectByAccessString "Length"
Try “TotalLength” Regards, Leonard Jones.
View ArticleRE: [V8i] Is it possible to check for Windows Domain Group Membership in .cfg...
Hi Bruce,A couple other related items that may be of help.For a sample on how to use the RegistryRead Operator within MicroStation configuration files, see: Configuration Changes in CONNECT Edition...
View Article[V8i] Is it possible to check for Windows Domain Group Membership in .cfg File?
I've got a few tools that I load now as DGNAPPS. However, they are only required for users who belong to certain Windows Domain groups. I was wondering if it is somehow possible to determine Windows...
View ArticleRE: How to get length by using SelectByAccessString "Length"
My purpose is reading elements(pipes, trays and components) from NamedGroup and getting the length. So, if I have selected a element, the only way ,PropertyHandler, is ensured.
View ArticleRE: How to get length by using SelectByAccessString "Length"
[quote user="chih bo yu"]My purpose is reading elements(pipes, trays and components) from NamedGroup[/quote]You did not answer my question about element type. Pipe, tray etc. can be anything from...
View ArticleRE: Loading a Barmenu (.dgnlib) to open up on startup
Hi Noel, can you specify what do you mean by "barmenu". I don't find this term in MicroStation help file and there is also no such customization available in Customize dialog. With regards, Jan
View ArticleRE: Loading a Barmenu (.dgnlib) to open up on startup
It's a custom menu that we have that we place all of our scales and text sizes etc... its a .dgnlib extension
View ArticleRE: Loading a Barmenu (.dgnlib) to open up on startup
Try appending your .dgnlib to this configuration variable: MS_GUIDGNLIBLIST. HTH, Bob
View ArticleRE: Loading a Barmenu (.dgnlib) to open up on startup
[quote user="Noel Rodriguez"]It's a custom menu[/quote]Ok, so it's not barmenu but menubar ;-) ... the customization / extension of standard MicroStation menu.As Bob wrote, MS_GUIDNGLIBLIST variable is...
View ArticleRE: Loading a Barmenu (.dgnlib) to open up on startup
Everything worked out great, thanks everyone for the help
View ArticleLoading a Barmenu (.dgnlib) to open up on startup
I have a custom barmenu that i created (.dgnlib) extension, where under configuration can i load it so microstation V8i always loads it up when i open a drawings?
View ArticleRE: How to get length by using SelectByAccessString "Length"
Thanks, SlegrThe NamedGroup, "archillestest", is read by vba, and I want to select the length. Your answer should be right, but how to get the element(pipe) and select the pipe's length or line of...
View ArticleRE: How to get length by using SelectByAccessString "Length"
Hi,[quote user="chih bo yu"]but how to get the element(pipe) and select the pipe's length or line of pipe's length?[/quote]I guess you should ask in AECOsim Building Designer forum, because here we are...
View ArticleHow to get length by using SelectByAccessString "Length"
Dears:I use PropertyHandler ro "Length" of SelectByAccessString, but it can't.ModifingTime, GUID...,al could be GetDisplayString form SelectByAccessString, How to get length by using...
View ArticleRE: How to get length by using SelectByAccessString "Length"
If you have multiple segements you can use the following. If (True = ph.SelectByAccessString("Segments[0].Length")) Then Debug.Print ph.GetDisplayString End If If (True =...
View ArticleHow to get length by using SelectByAccessString "Length"
Dears:I use PropertyHandler ro "Length" of SelectByAccessString, but it can't. ModifingTime, GUID...,al could be GetDisplayString form SelectByAccessString, How to get length by using...
View ArticleRE: [V8i] Is it possible to check for Windows Domain Group Membership in .cfg...
[quote user="Robert Hook"] Configuration Changes in CONNECT Edition (Detailed)[/quote]That's a very useful article. I have questions...Why is it apparently affiliated to AECOsim Building Designer when...
View Article