• RE: Selecting elements by elevation

    Jeff Bielefeld
    Jeff Bielefeld
    Greetings Turkay, This type of data manipulation is best done programmatically. If you could provide a sample design file and details on what elevations should be moved to which levels, I would gladly craft a sample VBA application which could be used…
    • over 6 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • RE: convert lot of txt elements to xfm

    Jeff Bielefeld
    Jeff Bielefeld
    I reviewed the provided text2xfm v1.5 application and it appears the ability to process multiple text elements still exists. If a " Fence " is active when the " Process " button is pressed then all of the text or text node elements in the fence contents…
    • over 7 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • RE: convert lot of txt elements to xfm

    Jeff Bielefeld
    Jeff Bielefeld
    The original text2xfm VBA sample application could convert multiple text elements to XFM text features using a fence, selection set or the entire design file. If you could upload a copy of the text2xfm.mvba version you are using we can verify whether…
    • over 7 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • RE: [BM SS4] User Data Linkages and Group Hole Elements

    Jeff Bielefeld
    Jeff Bielefeld
    Bruce, thank you for that confirmation. If you could send me one more sample design file that contains shapes, complex shapes and grouped holes connecting to at least 3 different MSLINK values then I will complete verification testing of my revised code…
    • over 7 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • - Planarize 3D Polygon (MDL)

    Inga Morozoff
    Inga Morozoff
    This tool is for V8i only. Planarize Polygon Tool The planarize polygon tool allows Bentley Map users to planarize a polygon collection feature to make it coplanar so the user can have an area and perimeter to work with. This tool is offered as…
    • over 4 years ago
    • OpenCities Map
    • OpenCities Map Wiki
  • - Text Annotation Subfeature

    Nelson Hobdell
    Nelson Hobdell
    The text annotation subfeature tool allows you to display a text annotation on a line feature having any property information to display. This tool is offered as an example of what can be done with the Bentley Map API and comes without any guarantee or…
    • 10 months ago
    • OpenCities Map
    • OpenCities Map Wiki
  • - Extruding 3D Manholes

    Dan Weston
    Dan Weston
    The 3D manhole extruder tool allows OpenCities Map users to display 3D manholes based on 3D points having proper property information allowing defining the manhole dimensions. This tool is offered as an example of what can be done with the OpenCities…
    • over 2 years ago
    • OpenCities Map
    • OpenCities Map Wiki
  • - Extruding 3D Pipes

    Inga Morozoff
    Inga Morozoff
    The 3D pipe extruder tool allows Bentley Map users to display 3D solid pipes based on a set of 3D pipe center lines having a diameter. This tool is offered as an example of what can be done with the Bentley Map API and comes without any guarantee or…
    • over 5 years ago
    • OpenCities Map
    • OpenCities Map Wiki
  • Re: Using VBA to query features

    Jeff Bielefeld
    Jeff Bielefeld
    Stefan, In the "xfmOracleExtensions" sample available in the online " Bentley Map - Development and Product Customization Guide ", take a look at the editInstance() method for an example of using XftCmdMgr.ActivateMethod() to open the "Edit" dialog…
    • over 12 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: StringLibrary "Variable Not Defined" in NetworkAnalyzer

    Jeff Bielefeld
    Jeff Bielefeld
    Charlie, You should have a module named StringLibrary as seen in the following:
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: set subfeature text to Align

    Charlie327
    Charlie327
    Success! Although I did not have much luck with PlaceAnnotation2 (It seemed aimed at interactive placement, and I could never quite get the subfeature to rotate), I adapted a function provided by Bentley services. The main deal was to set the rotation…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: XFT.ILocateOpEvents

    Jeff Bielefeld
    Jeff Bielefeld
    ...in VBA you can use the XFT.ILocateOpEvents interface as follows. First declare a new XFT locate operation object and set desired criteria. Private Sub CommandButton1_Click() Dim oLocateOp As New xft.locateOP oLocateOp.IncludeOnlyFeatures = True…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)

    Jeff Bielefeld
    Jeff Bielefeld
    Jiri, For you adhoc connection (e.g. without a schema) code, you will need to add the following highlighted lines to the connectAdhoc method: public void connectAdhoc(string userName, string password, string serviceName) { GDI.GDIExplorerOracleImportsNode…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Problem with using LocateOp with in A feature numerator from a previous LocateOp

    wirring
    wirring
    Hi I have a problem with making a locate while running through a feature enumerator from a previos made scan, PowerMap crashes when going to the second item in the outer loop. I have made this very simple application to show the problem (The application…
    • LocateTest.zip
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)

    Jeff Bielefeld
    Jeff Bielefeld
    ...not familiar with that particular error, but at this time I would recommend the use of Visual Studio 2005 Edition when developing applications for the Bentley Map V8 i (SELECTseries 1) platform. Also when adding/replacing references to accomodate your…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Is there any method to set ArcModes programly?

    cdalesandro
    cdalesandro
    Hello sphinxo, The Road feature placement code is available in ..\Workspace\Projects\Examples\Geospatial\geo_example\designer\vba\example.mvba. See PlaceRoad subroutine in SimpleExamples module. (You may already have seen this, but thought I would…
    • over 14 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Find feature by uuid

    Jeff Bielefeld
    Jeff Bielefeld
    ...the network API is not formally documented at this time. Please forward questions regarding it's use directly to me. I would recommend that you search the MicroStation SDK or VBA documentation for the term "transient" to get a better idea of how they…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: User Interface --> Tools

    Jeff Bielefeld
    Jeff Bielefeld
    Yes, in addition to MDL (e.g. native C/C++) libraries, Bentley Map provides the XFM Feature Toolkit (XFT) COM object for development using VBA or .NET (e.g. C# or Visual Basic.NET) languages. Depending on your applications functional requirements, you…
    • over 10 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: VBA - accessing linkages

    Jeff Bielefeld
    Jeff Bielefeld
    ...okay very good, thank you for that update. I would also recommend that before calling the .GetSubFeature(0) method, your code performs a check to ensure that the .SubFeatureCount property has a value greater than 0.
    • over 12 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Centroid und Feature Collection

    Jeff Bielefeld
    Jeff Bielefeld
    Jens, Thank you for that confirmation. Please refer to this wiki article for information on the " Bentley Geospatial Desktop Platform Extranet " and the " Bentley Map - Development and Product Customization Guide " which includes the following VBA…
    • over 11 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Databrowser do not show properties all though they are defined in the FeatureClass definition cache

    wirring
    wirring
    I have got a problem that at least did not exist in BentleyMap SS2. I have veryfied that it exist in Bentley Map SS3 built 95 and sadly enough also in the new service release with built no 107. In short: I have a small Mvba app that defines a new…
    • over 10 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Dynamic where clause in Interoperability?

    Jeff Bielefeld
    Jeff Bielefeld
    Krister, I've posted a complete example here which includes a sample COM server written in C# which demonstrates one approach to calling the Bentley Map Interoperability managed API methods from VBA. The following sample VBA form should give you some…
    • over 11 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: set subfeature text to Align

    Jeff Bielefeld
    Jeff Bielefeld
    Charlie, I would recommend that you review the PlaceAnnotation2 method in the Library module of the xfmStdOpsLib.mvba (e.g. the XFM Standard Operations Library) delivered with Bentley Map in the ...\Bentley\Map\vba folder. The code in that method will…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: How to add rotation to Cells when importing SHP files

    Jeff Bielefeld
    Jeff Bielefeld
    Attached is very brief VBA example (and sample design file) which uses XFT to rotate cell feature instances using a "ROTATION" property. Please note this sample does not perform the following verifications... Which cell feature class is being…
    • over 14 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: VBA - SubFeature Collection - XYZ (3D)

    Jeff Bielefeld
    Jeff Bielefeld
    I suspect the error is being caused by the fact that in an XFM feature collection, the root feature does not contain any geometry. The root feature acts as a "container" which only holds references to all of the "member" sub-feature instances. Depending…
    • over 11 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • View related content from anywhere
  • More
  • Cancel
>