Message 1 of 3
_AddText

Not applicable
12-08-2008
06:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Set m_objText = ThisDrawing.ActiveLayout.AddText("MyText", m_ptText, 1.8) is NOT working
Set m_objText = ThisDrawing.PaperSpace.AddText("MyText", m_ptText, 1.8) is working
Can anyone tell me why ?
Thank you !
Set m_objText = ThisDrawing.PaperSpace.AddText("MyText", m_ptText, 1.8) is working
Can anyone tell me why ?
Thank you !