Nikolay,
The following should check for and iterate through any posting errors.
// Check for and report any errors that may have occurred.
if (postProcessor.ErrorInstances != null && postProcessor.ErrorInstances.Count > 0)
{
System.Text.StringBuilder…
Nikolay,
In the delivered geo_example.xml schema, you can see an example of using .ico files in the "dgn_feature_tools" toolbox in the "designer" workspace. The "Road" tool item defines "Road" as the "Root ICO Filename" which references ...\WorkSpace…
Original Article Date: May 28, 2010
This tutorial is based on 2004 article that was written for MicroStation XM. You can view that article here:
Make a DTM and drape an image MicroStation pre-V8i
Explore the file: Download, open and explore…
One additional thing to check is that your new MVBA project exposes a method called InitializeCustomPlacement and that it is included in the list of Custom libraries in the "CustomPlacementLibs" property in the "Properties" section, not just in the feature…
Hi Nikolay,
I suspect that the feature names in the database are not being prepended with the SQL Server schema name, but I am not sure why.
Can you run this script on your database? (You don't need to run the export or LoadIntoDB macros again)
…
Structure-scale Data
The first case, often used when designing buildings, stadiums, industrial plants, and other structures, is to use a coordinate system that is most convenient for the structure. In that case, the design team might elect to place…
Sorry for the late reply. You can move XMF or DGN-RDBMS data to SQL Server Spatial by using FME. One method is to export the DGN-MSLinks data to ESRI File Geodatabase using Bentley Map SS4 and then translating to SQL Server Spatial. The other is to go…
This tutorial discusses how you can create hyper-linked properties on Bentley Map features. This will allow you to link to any document that can be opened in a browser and includes images, documents, spreadsheets, PDFs and more.
Introduction…