File Attachments
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
[API] - Create DWF
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
1108 Views, 0 Replies
07-20-2009 01:31 PM
Hi Group,
I need a help to create DWF (publish).
DWG to DWF.
I develop CSharp . and has a function calling "Export"
Autodesk.AutoCAD.Interop.AcadSelectionSet ass ;
ass = _dwg.aDoc.SelectionSets.Add("STESTE");
_dwg.aDoc.Export("U:\\WF\\10000000287.dwg", "dwf", ass);
but i not know use "AcadSelectionSet "
someone can help me please?
thanks
Darcy Neto
I need a help to create DWF (publish).
DWG to DWF.
I develop CSharp . and has a function calling "Export"
Autodesk.AutoCAD.Interop.AcadSelectionSet ass ;
ass = _dwg.aDoc.SelectionSets.Add("STESTE");
_dwg.aDoc.Export("U:\\WF\\10000000287.dwg", "dwf", ass);
but i not know use "AcadSelectionSet "
someone can help me please?
thanks
Darcy Neto
