• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    File Attachments

    Reply
    Active Contributor
    Posts: 34
    Registered: ‎02-09-2009

    [API] - Create DWF

    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
    Please use plain text.