Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
TextNodeElement
VBA Programming
Cell
Dimension
MicroStation
MicroStation V8i
microStation v8i vba
nested cell
text
text styles
v8i
VBA
AddTextLine adds an extra line break
E.Jamster
Hello, I am trying to fill a text node with some text, I always get an extra LF character at the end. Both AddTextLine(s), InsertTextLine(1,s) and TextLine(1)=s always do this for me. The presence of the extra LF does not affect the rendering, but…
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8 XM Edition VBA Forum
TextNodeElement.AnnotationScaleFactor
Mike Longstreet
Is there a way to extract the AnnotationScaleFactor from a TextNodeElement. I have found a method for getting the AnnotationScaleFactor from TextElements and DimensionElements, but TextNodeElements do not seem to directly have a property for AnnotationScaleFactor…
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8i VBA Forum
Get information from 1 cell in a nested cell
Oscar Carlsson
Hi! I have a cell with 2 cells in it. 1 of these cells have textnodes with textinformation. Now i want to get the origo of the cell (works), the name of the cell (works), and the texts from the textnodes in one of the nested cell (doesn't work…
Cellsample.dgn
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8i VBA Forum
Re: How to get and set TextNode element's size and font?
E.Jamster
Unknown said: A TextNodeElement is not a TextElement . A TextNodeElement is a container of TextElement s. TextElement s have properties concerning appearance and contain the text that you see in graphics. TextNodeElement also has formatting properties…
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8i VBA Forum