Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Casper Roubos
Likes
Profile
Activity
Communities
Friends
Likes
Achievements
Bookmarks
Blog Posts
Questions
More
Cancel
Version 2.1.11.0 of PWPS_DAB just posted to the PowerShell Gallery
Dave Brumbaugh
We just posted version 2.1.11.0 of the #PWPS_DAB #PowerShell module for #ProjectWise to the PowerShell Gallery. To install, from a 64-bit Admin session of PowerShell v5 run: [Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12…
over 1 year ago
ProjectWise
ProjectWise PowerShell Extensions Forum
RE: Version 2.1.5.0 of PWPS_DAB just posted to the PowerShell Gallery
Matt Kovach
over 1 year ago
ProjectWise
ProjectWise PowerShell Extensions Forum
RE: ProjectWise PowerShell Module Requests
Dave Brumbaugh
At your request, I've enhanced this cmdlet in v 2.0.8.0. Here's an example: $rpt = Get-PWFileCheckSumReport -FolderPath 'Top Level\Sub-Folder' foreach ($row in $rpt.Rows) { "$($row.DocumentGUID): $($row.MD5Checksum)" } Dave
over 1 year ago
ProjectWise
ProjectWise PowerShell Extensions Forum
RE: [Connect C++] How to get the Linkage Data length
Jon Summers
Please move your post to the MicroStation Programming Forum . Use the More=>Move button. Here's a brief overview of MicroStation data linkages . Data linkages have been around from the early days of MicroStation. They store binary data that is meaningful…
over 2 years ago
MicroStation Programming
MicroStation Programming Forum
RE: [CONNECT] [U14] mdlScanCriteria_scan doesn't find child elements
Brien Bastings
If you are only testing attributes and not both range and attributes, you can check whatever criteria you like just as efficiently as the scanner. Even if you do use a scan callback, you don't need to use mdlScanCriteria_setAttributeTest and can just…
over 2 years ago
MicroStation Programming
MicroStation Programming Forum
[Connect C++ Update 16] Using Visual Studio 2019
Edward Ashbolt
Hi All, I was hoping to get started with C++ MDL development and didn't have the hard drive space or desire to uninstall my current devenv (VS2019 Pro) and then have to reinstall VS2017 along with all the same features / extensions... so long story…
over 2 years ago
MicroStation Programming
MicroStation Programming Forum