Hi, I work with .NET and I have a model with wrapped texts. I need to analyze each object and export it to a dxf file, if it is a text, I want to know if it is wrapped or not and the size of the adjustment to apply it to the exported text.
Is there a way to know if the text is wrapped through the object’s properties (Annotation Type) ?
Hi,
There’s a TextIsWrapped
property on AnnotationBase
but I don’t see an easy way to know where the text wraps.
Yes, Thanks, i found the FormatWidth property to know where the text wraps.