Bentley Communities
Site
Search
User
Site
Search
User
Product Communities
Developers and Programming
MicroStation Programming
Cancel
MicroStation Programming
[Archived] MicroStation V8i VBA Forum
Sign In
All tags
Raster
MicroStation V8i
references
VBA
Re: Remove reference path for rasters
Michael Farmer
Everybody, The basic logic for this macro has now worked and the final version is as below... please note that I had to add On Error Resume Next to make it work. Suggest that this might be due to some of the names for the rasters which contained…
over 14 years ago
MicroStation Programming
[Archived] MicroStation V8i VBA Forum
How to realize the function of "Scale" in the Raster Manager by program?
Lin
I do like followings: ---------------------------------------------------------------------------- Dim oRaster As Raster Dim oPoint2d As Point2d Set oRaster = RasterManager.Rasters.Attach(Application.Path & "\001.bmp") …
over 14 years ago
MicroStation Programming
[Archived] MicroStation V8i VBA Forum
Re: Remove reference path for rasters
Michael Farmer
Yes, that's correct as far as I know. But a temp security glitch meant that a user was able to mess about with our standards.cfg with: MS_DISALLOWFULLREFPATH = 0 MS_DISALLOWRELATIVEREFPATH = 0 which allowed the full path to be inserted. Horrors…
over 14 years ago
MicroStation Programming
[Archived] MicroStation V8i VBA Forum
Remove reference path for rasters
Michael Farmer
Everyone, We have a problem that we have some files which have many "hard-referenced" raster files have been attached. I need to suppress the original location so that MS_RFDIR can supply the location. As an intermediate step, I am trying to change…
over 14 years ago
MicroStation Programming
[Archived] MicroStation V8i VBA Forum
View related content throughout MicroStation Programming
More
Cancel