• [CONNECT Update 16 C++] TextTable Internal Structure: Cell Text

    Jon Summers
    Jon Summers
    If I analyse a TextTable programmatically I can see rows, columns and cells. The TextTableCell class hosts whatever text a user provides and provides method GetTextBlock() . Suppose I want to add a DgnLink to a cell in a TextTable . DgnLinks are attached…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [CONNECT] Creating a Table from Seed Misplaces Formatting

    Jon Summers
    Jon Summers
    I'm using MicroStation CONNECT Update 14.2. This question is about the use of TextTable seeds . I have a TextTable seed, which I specify when creating a Report ... The TextTable seed has four columns. The first row has Title formatting, the second…
    • Answered
    • over 2 years ago
    • MicroStation
    • MicroStation Forum
  • [CONNECT] Creating a Table from Seed Inserts Unwanted Rows

    Jon Summers
    Jon Summers
    I'm using MicroStation CONNECT Update 14.2. This question is about the use of TextTable seeds . I have a TextTable seed, which I specify when creating a Report ... In this example, I've chosen TextTable seed Brown Table . The TextTable is created…
    • Answered
    • over 2 years ago
    • MicroStation
    • MicroStation Forum
  • [CONNECT C++] Create a TextTable from Seed

    Jon Summers
    Jon Summers
    I wanted to figure out how to create a TextTable using the MicroStationAPI. With that completed, I then went on to use a TextTable seed as a template for a TextTable . That solution is described here , where you will find a link to a C++ TextTableHelper…
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [CONNECT C++] Finding TextTable Seeds in DGNLibs

    Jon Summers
    Jon Summers
    TextTable seeds are stored in your DGNLibs. If you want to find a TextTable seed programmatically, you must... Enumerate the available DGNLibs (each DGNLib is a DGN file) Enumerate the models in each DGNLib Test whether the model is a TextTable…
    • http://www.la-solutions.co.uk/content/CONNECT/MicroStationAPI/MicroStationAPI-TextTableSeed.htm
    • View
    • Hide
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Blog
  • [CONNECT .NET] Create TextTable from Seed part 2

    Jon Summers
    Jon Summers
    Despite advice received elsewhere , I have been unsuccessful in my attempt to clone Paul Connelly wrote: Given your stated goal, CloneAsSeed() is what you want . I'm struggling. Here's a C# method that is supposed to clone a table seed... TextTable…
    • Answered
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [CONNECT .NET] Create a TextTable from a Seed

    Jon Summers
    Jon Summers
    How do we use .NET method TextTable.CloneAsSeed ? It's non-static, so we must first create a table. Looks like a chicken-and-egg situation.
    • Answered
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [CONNECT .NET] Find Table Seeds

    Jon Summers
    Jon Summers
    A Table Seed is a model in a DGN file. Usually the DGN file is a DGNLib listed in configuration variable MS_DGNLIBLIST . To find a table seed programmatically, I suppose that the procedure looks like this... Examine DGN files found in MS_DGNLIBLIST…
    • Answered
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [CONNECT] TextTable Seed

    Jon Summers
    Jon Summers
    MicroStation lets a user define a DGN model that acts as a TextTable seed . The APIs include a TextTable class, having a static Create method and a CloneAsSeed method. It's not obvious how we might create a TextTable from a seed model programmatically…
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum