Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm adding MText to paperspace but it gets created too big. Here is the code I am using:
Dim insertPoint As Double() = {1.0, 1.0, 0} Dim noteString As String = "This is my MText." doc.PaperSpace.AddMText(insertPoint, 8, noteString)
I can't figure out how to make it smaller. Is there some font or system variable I need to set first before executing the above code?
If someone could post a small code example or point me in the right direction it would be much appreciated. Thanks...
Solved! Go to Solution.