Message 1 of 4
Help me to change the Code in Sharp Develop from Application to Project Macro!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Please help me to change the code to Project macro writing...
I've a code like this:
UIDocument uidoc= this.ActiveUIDocument;
Document doc= uidoc.Document;
How do I convert it for project?